DEV Community

Discussion on: Should You Learn Redux?

Collapse
 
titungdup profile image
dhondup

What is a greenfield project? Also you suggest learning redux but you have stopped using it and now use mobx! It's kinda confusing where you want to direct your readers.

Collapse
 
nickytonline profile image
Nick Taylor • Edited

A greenfield project means a brand new project, as in not based on existing code.

Brand New

Collapse
 
mercatante profile image
Steven Mercatante

Sorry if it's confusing. I'm recommending that folks learn Redux, but not necessarily use it for their own projects (that's completely up for you to decide.) This is coming from the point of view that React developers are likely to work on projects that use Redux (think existing client work), so knowing how to use Redux is valuable knowledge.

Collapse
 
titungdup profile image
dhondup

Thanks, it would have been more clear if you had included this in blog as well. i am just learning react and find redux very complex so i don't wanna jump into it but every project i work on use redux so i have to learn it even though there are other options like you mentioned.