File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -64,16 +64,16 @@ heroku config:set FOO=bar
64
64
65
65
## Redux Devtools
66
66
67
- This project supports the awesome [ Redux Devtools Extension] ( https://github.com/zalmoxisus/redux-devtools-extension ) . Install the
68
- Chrome or Firefox extension and it should just work.
67
+ This project supports the awesome [ Redux Devtools Extension] ( https://github.com/zalmoxisus/redux-devtools-extension ) .
68
+ Install the Chrome or Firefox extension and it should just work.
69
69
70
70
## Pre-fetching Data for Server Side Rendering (SSR)
71
71
72
72
When rendering components on the server, you'll find that you may need to fetch
73
- some data before it can be rendered. The [ server code ] ( server/server .js ) looks
74
- for a ` fetchData ` method on the container component and its child components,
75
- then executes all of them and only renders after the promises have all been
76
- resolved.
73
+ some data before it can be rendered. The [ component renderer ] ( server/renderer/handler .js )
74
+ looks for a ` fetchData ` method on the container component and its child
75
+ components, then executes all of them and only renders after the promises have
76
+ all been resolved.
77
77
78
78
```
79
79
// As an ES6 class
You can’t perform that action at this time.
0 commit comments