-
-
Notifications
You must be signed in to change notification settings - Fork 638
Closed
Milestone

Description
Completed:
- Support for both React 0.13 and 0.14
- Port console polyfill from react-rails Port console polyfill from react-rails #8
- Make work with turbolinks
- Modify render_component helper to put JSON data javascript
adjacent to react component. - Move over the javascript/webpack/node stuff to this repo
- Create a PR on the https://github.com/shakacode/react-webpack-rails-tutorial that is the simplest thing, which is just including the gem but no server rendering.
- Lots of options to add later to allow customization
- Add linting and CI scripts
- Support both an api of a function that takes props or a react component Support both functions and react components for the API #11
- Make the name of the 'generated/server.js' configurable Support configuration options #9
- Port other js engine options from react-rails Need to port optimization of pooling renderer from react-rails #28
- Create a second PR (or just new branch) based on the last commit (if not merged to master) that shows the change to make this enabled for server rendering.
- Change the default of prerender to false, because it takes extra care to create a react component that can prerender. Make this configurable so the config file Consider changing default of rendering to prerender: false #12
- XSS vulnerability: serialization of props, exposed on the client, XSS vulnerability: serialization of props, exposed on the client #47
- Add integration test, Integration tests [WIP] #45
- Lots of docs on the webpack setup
- If no generated/server.js exists, then do not include the file, Remind users that server config file is required. #14
Metadata
Metadata
Assignees
Labels
No labels