DEV Community

Discussion on: Writing React with TypeScript

Collapse
 
skurfuerst profile image
Sebastian Kurfürst

Hey,

I'd suggest that you start without Redux first; as you'll now when you need it. So if you feel the new Context API is enough, then this is perfectly fine (in many applications, it is totally enough).

At a certain (big) scale, switching to Redux makes sense; but you'll notice when you need this :)

All the best,
Sebastian