DEV Community

Discussion on: What is Redux, really? – Part 3

Collapse
 
tomekbuszewski profile image
Tomek Buszewski

Hey Abdulfatai,

for smaller apps, if they are properly written, there is often no need for a state management at all. I've written about this in previous parts of the series. Even doing a little props drilling is sometimes better than a logical overhead with additional tools, like React's context or Redux.

Collapse
 
iamnotstatic profile image
Abdulfatai Suleiman

Alright that's fine