-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
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
Update the Server Rendering guide due to the changes in the Counter example #2211
Comments
Yeah, we've had a few people point out that there's some places where the tutorials in the docs don't match the example projects. I don't think any of us maintainers have time to make changes to those right now, but if you'd like to submit some PRs that fix things up, that would definitely be appreciated. |
I’d like to update the Server Rendering recipe. Instead of using the Counter example, I thought of using the Todo List example as a base guide. @markerikson Hi, what do you think about this idea? |
@ioboi : yeah, if you're interested, we'd definitely work with you to get updates into the docs. |
So rewrite a counter App that is SSR? is that what needs to be done along with explaining SSR |
I don't have the time anymore, sombody else can take the issue. |
The Server Rendering guide refers to the Counter example to demonstrate adding SSR to a redux application. However, the Counter example was refactored since it was originally mentioned in the guide:
App
container which is used in the guide,While still providing the basic understanding of how to add SSR to a redux project, the guide now cannot be followed step-by-step, and probably needs to be rewritten using a different example.
The text was updated successfully, but these errors were encountered: