June 2018
Intermediate to advanced
320 pages
10h 11m
English
|
Best Practice |
Section |
|---|---|
| Set up webpack to be ready for production use. | 5.5.2 |
| Build React components that can be composed, increasing the reusability of your code. | 4.3.1, 4.3.2 |
| Ensure your state is immutable when using Redux by using the spread operator (...) pattern. | 6.3.1 |
| Implement routing for the server with React Router. | 7.2.1 |
| Render components on the server with React renderToString. | 7.2.3 |
| Use a static function to indicate the data needs for each container component in the app. | 7.3.2 |
| Serialize the data fetched on the server and attach it to the DOM. | 8.2.1 |
| Deserialize the data provided in the DOM and use it to initialize the state of the app. | 8.2.2 |
| Avoid isomorphic ... |
Read now
Unlock full access