#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.
- 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
- Allow auto installation of NPM modules, and subsequent bundling using Webpack.
- 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.