DEV Community

Discussion on: The main reason why I don't use Redux in my projects

Collapse
 
projektorius96 profile image
Lukas Gaucas

I don't feel comprehensive in React tho, but one I've learnt in Svelte which I assume maintains similar idea : Props are simplest & most complicated at once . To make it less complicated we use Context, but Context & Props works well only in the same Node tree, if you need to conjoin two independent Node-trees – use Redux, although in Svelte we would use Store . In the conclusion : use Redux/Store only in advanced apps, otherwise don't be a hipster if don't get paid !