1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Update Readme.md

This commit is contained in:
Guillermo Rauch 2016-10-25 08:10:38 +02:00 committed by GitHub
parent 66518b42da
commit 8f058733dc

View file

@ -89,7 +89,7 @@ export default () => (
)
```
### Lifecycle components
### Component lifecycle
When you need state, lifecycle hooks or **initial data population** you can export a `React.Component`: