You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've read rougly through the links. Seems there are two general ways to go: roll out own solution and try to adopt to existing project like react-server or hypernova.
react-server is very opinionated framework that operates page entities: https://react-server.io/docs/guides/writing-pages. And if I understand correctly, it assumes inverse responsibility chain of server rendering comparing to react_on_rails approach: client app requests react-server instance and this instance requests API endpoint (RoR app in our case). I do not see way to integrate it with current react_on_rails architecture. This project looks like possible replacement, not as rendering option. Need to dive deeply in docs to ensure this opinion though.
This is part of "React on Rails Pro". Contact [email protected] for more information on using a Node rendering server. This is in production for https://egghead.io.
Currently, we can do server rendering using execJS and mini-racer.
We would like to continue investigations into using a Node.js server to do server rendering.
I'm roughly guessing that we should be using some Express based engine.
We'd like the solution to be:
Links:
CC: @alexfedoseev @robwise @jtibbertsma @rocLv @martyphee
The text was updated successfully, but these errors were encountered: