DEV Community

Pavan Kulkarni
Pavan Kulkarni

Posted on

Managing state in React app

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

Top comments (1)

Collapse
 
pavankulkarni profile image
Pavan Kulkarni

I prefer to use context API for small apps as complexity increases i tend to use reduce

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay