|
|
|
|
|
by alexrage
2300 days ago
|
|
> Component state should only contain volatile data that is not important to save, the opposite of LocalStorage. Where do you store data that you retrieve from a server for rendering? Storing it in the state is perfectly fine. In this example, data is retrieved from local storage and stored in the state. |
|