How are you managing state in React application of decent size and what are your preferences
1.Redux
2.Context API
3.Global APP level state
Comment below
How are you managing state in React application of decent size and what are your preferences
1.Redux
2.Context API
3.Global APP level state
Comment below
For further actions, you may consider blocking this person and/or reporting abuse
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
Mike Young -
Mike Young -
Mike Young -
Mike Young -
Top comments (1)
I prefer to use context API for small apps as complexity increases i tend to use reduce