Introduction UI State is the state that is only useful for controlling the interactive parts of our React app. The other state being Server-cache(State's stored on the server, and we store in the client for quick-access: like user data). useState is ...
bksh.hashnode.dev3 min read
No responses yet.