Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1016 Bytes

roadmap.md

File metadata and controls

22 lines (18 loc) · 1016 Bytes

#React.run Roadmap

Here are the items that we have on the board to get implemented and would represent our perfect in-browser React env.

Complete

  • Auto compile JSX/ES6 with Babel
  • Create and Save revisions
  • Add external JS and CSS resources
  • Track the state of your component across refreshes (persist to the server)
  • Time travel debugging of state changes.
  • Support changing the brace theme. Suprisingly, not everyone likes Solarized Dark

Work started

  • Allow auto installation of NPM modules, and subsequent bundling using Webpack.

Future

  • Tests on the server side and client components
  • Inform user, in the window, of React specific warnings and errors
  • Add a functional split-pane system
  • Sharing and linking to output
  • Exports, Exports, Exports. Export code only, download files for running locally, generate starter project
  • Embeds - Allow a version to be framed and embedded on other sites.