DEV Community

Sony AK
Sony AK

Posted on

Using Redux without Build Steps (a.k.a via CDN)

Learning Redux sometimes hard, even still hard for me, even harder if we just learn and never use it.

Buy hey I just created a GitHub repository that contains educational material (a.k.a simple sample) about how to use Redux without any complexity.

Check it out at https://github.com/sonyarianto/redux-without-buildsteps

It's called "Redux without Build Steps", it will show you about how to use the famous Redux just by using their CDN script. No installation, no npm install things and all code is in a single HTML file, even we do not need a web server to run it.

Hope you enjoy it learning Redux.

Top comments (0)