React JS Quiz
Home
Blog
Privacy Policy
Contact Us
State Management Libraries Quiz
What kind of state is often called client state?
Report this question
State owned by the UI, such as selected tabs or open panels
Show Explanation
Client state is usually local to the user interface and owned by the app running in the browser.
Data fetched from a remote database only
HTML generated by the server
The browser executable
Next Question (3/20)