Server-side rendering with React

Hello everybody,

I am curious where can one learn about server-side rendering with React?
Currently I’m building a project with Express, Node and Mongo but I render every page on server and it’s quite slow. I want to use React instead of EJS to increase application speed.

Thanks in advance.

Take a look https://www.smashingmagazine.com/2016/03/server-side-rendering-react-node-express/

1 Like