DEV Community

Cover image for An Intro to Redux that you can understand

An Intro to Redux that you can understand

Mark Abeto on August 09, 2019

Hi Guys! Redux is the most popular state management library at the time of this writing. Partly because it is mostly used with the most ...
Collapse
 
maciekgrzybek profile image
Maciek Grzybek

Awesome article mate :)

Collapse
 
macmacky profile image
Mark Abeto

Thanks! I'm glad that you like it.

Collapse
 
mervinsv profile image
Mervin

Nice work.
It's good to see a schoolmate here :D

I saw that you are a Computer Engineering. Are you still doing some pet jobs on arduino and python?

Collapse
 
macmacky profile image
Mark Abeto

Hi Mervin! What's Up? I haven't tried using Arduino but we used Raspi with Python on my thesis. Mostly I'm in web development now.

Collapse
 
naveenbharathi profile image
Naveen Bharathi • Edited

Awesome dude

It's the most easiest and less complex article about redux I've seen on the internet.

👏🏻

Can you suggest a basic react template that makes use of redux...

Collapse
 
macmacky profile image
Mark Abeto

Sorry, it took me a long time to reply to you, Ok, I'm gonna make a post that makes use of React and Redux.

Collapse
 
louissasha profile image
louissasha

Great read thanks👌🏾

Collapse
 
nicholascloud profile image
Nicholas Cloud

Thanks for the article! Any good example projects you can recommend that show good patterns for using Redux?

Collapse
 
macmacky profile image
Mark Abeto • Edited

Hi, Ok I have a big project that uses Redux but we're not allowed to show anyone the source code due to the reason of rules. Basically, the project is an eCommerce app that can add products, delete products, edit products, and view orders. That's all I can say. But remember if you have trouble managing data in your web app because of the size maybe it's a good time to try Redux or any State Management Library.