Hacker News new | ask | show | jobs
by realusername 808 days ago
You already manage two kinds of state when you are building a React app:

- State coming from the server as a result of user actions

- Local state which isn't intended to be shared to the server, usually UI stuff.