-
-
Notifications
You must be signed in to change notification settings - Fork 633
Home
Justin Gordon edited this page Jun 3, 2018
·
30 revisions
Node rendering and caching performance enhancements for React on Rails.
See Caching for details.
Server rendering JavaScript evaluation is cached if prerender_caching
is turned on in your Rails config. This applies to all JavaScript evaluation methods.
- Fragment caching for
react_component
andreact_component_hash
, including lazy evaluation of props.
The "React on Rails Pro VM Renderer" provides more efficient server rendering on a standalone Node JS server. See the VM Renderer Docs.
See the Ruby API.
Please see CONTRIBUTING if you want to deploy and test this project locally.
For more info on demoing or buying React on Rails Pro, email [email protected].