Closed
Description
Steps to reproduce
git clone https://github.com/shaundr/react_ssr
cd react_ssr && bundle && yarn && bundle exec rails s
open localhost:3000
Expected behavior
Timely server side rendering, perhaps parallelized?
Actual behavior
System configuration
Sprockets or Webpacker version: 4.0.7
React-Rails version: 2.6.0
Rails version: 5.1.7
Ruby version: 2.6.1p33
I've been hoping to SSR some of an application, however it appears to be too slow. I'm sprinkling React into the views with the react_component
helper, which can result in quite a few components mounting. It looks like React-Rails renders them serially via ExecJS. Has anyone looked in to batching or parallelization?
Metadata
Metadata
Assignees
Labels
No labels