Closed
Description
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:
- It no longer includes the
App
container which is used in the guide, - It was refactored to run with react-scripts without the server part. Adding a server side to this example now requires more work than is described 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.