DEV Community

Discussion on: What language or tool are you curious about, but have not found the time to use or learn?

Collapse
 
mattnot profile image
Matteo Notaro

Redux is like taking the core part of react like hierarchy of components, state lifting and thigs like that and throw it away by the window

Collapse
 
vishnumohanrk profile image
Vishnu • Edited

I saw on twitter most people saying that redux has become redundant with the introduction of hooks and Context. Also there is a new state management library recoil by facebook themselves.
I should have said any third party state management library.
This article by Kent C Dodds gives more insights on using one.

Thread Thread
 
kosich profile image
Kostia Palchyk

Good article, thx for sharing!
As a redux user, I have to add the "useReducer/Provider" approach to my to-try list. This JS fashion is changing so fast.. 😓

Just wanted to add: never feel bad because you haven't tried something yet. There always will be something new to try. And that new thing probably will have it's downsides either. Give it a chance when you feel it's time, don't push yourself 🙂
GL