DEV Community

Discussion on: To be a Full Stack Engineer in 2019

Collapse
 
drmandible profile image
DrMandible

The redux article is from Aug 2018, shortly after react Hooks were released. It talks about lifting state, etc. Is that article still relevant?

Collapse
 
freakomonk profile image
freakomonk

Hi. You can use the post to understand the fundamentals of Redux design. I would actually recommend you look at React's Context API if you are planning on using a state management in your app :)

Collapse
 
leanferret profile image
Björn Biege

Maybe if you have to deal with legacy projects.