Angel City Data interview question

What are the different ways to keep state data in react?

Interview Answer

Anonymous

16 Jun 2021

There's global state that you can manage with tools such as Context or Redux. There is also local component state.