Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SSR tutorial #24

Closed
eugle opened this issue Jan 27, 2021 · 2 comments
Closed

Add SSR tutorial #24

eugle opened this issue Jan 27, 2021 · 2 comments
Labels
good first issue Good for newcomers

Comments

@eugle
Copy link

eugle commented Jan 27, 2021

The most important issue in React is SSR.
And if one does not learn the SSR in the React , there is no reason to use React.
Especially with Next vs. React.
So practically if we do not learn SSR well in Meteor-React we have no reason to use Meteor-React

That's an important question. Why close it

Because of the SSR problem, a lot of people will switch to NextJS. Although I have now implemented the SSR with the help of the community, there is still the next problem, which is the SSR problem of code splitting. Also using the community package, I feel that Meteor is too small in this area, is Meteor just used for mobile apps, not SEO?

There was also no official solution for splitting the code, the app would be slow and the first screen would be sluggish, which severely affected the use of Meteor and caused more people to switch to NextJS

@filipenevola
Copy link
Collaborator

Hi, many people use React without SSR.

There are many ways to use any library.

We are discussing about SSR documentation and examples here meteor/meteor-feature-requests#420

SSR is definitely possible with Meteor, we have a core package dedicated only for server-render features.

We are going to discuss details and next steps in the issue linked above.

Here the focus should be the tutorials, we could add a new tutorial covering SSR with Meteor and React. That would be nice.

@filipenevola filipenevola added the good first issue Good for newcomers label Jan 27, 2021
@eugle
Copy link
Author

eugle commented Jan 28, 2021

Great, I hope that the tutorial can detail how to use ssr. I saw that the meteor react 2.0 tutorial has been released, but there is no ssr content. I hope that good people can add it. I look forward to it :)

@eugle eugle closed this as completed May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants