Need a document/tutorial of SSR + React

Do you know a good updated one? the one works with react hooks? I think SEO is very important to bussiness websites. Thank you.

1 Like

depends a bit how your frontend is built:

2 Likes

Thank you. I’m using Meteor server-render package but it’s not complete solution. We need a way, a strategy to send data to clients, load data before running hydration…

Here are some interesting resources I found when I just some weeks ago posted the very same question here, see Example repo for state-of-the-art SSR in Meteor? :slight_smile:

Boilerplates

Articles

Good tutorial on the basics of SSR with React (not related to Meteor):

3 Likes