An open API service indexing awesome lists of open source software.

https://github.com/nickytonline/redux-fun

Repo for this live coding session https://www.twitch.tv/videos/608149239
https://github.com/nickytonline/redux-fun

javascript redux

Last synced: 5 months ago
JSON representation

Repo for this live coding session https://www.twitch.tv/videos/608149239

Awesome Lists containing this project

README

          

# Redux Fun

This repository was just a fun session live coding the Redux store from scratch.
If you want to learn more about Redux, check out the
[official site](https:reduxjs.org) as well as the amazing tutorial,
[Getting Started with Redux](https://egghead.io/courses/getting-started-with-redux),
from Dan Abramov.

The project uses yarn, but you should be fine if you're using npm. For tests, it
uses jest. One other thing to note is that the project is using node 14.0.0. I
opted for this so that ES modules could be used with out any compilation step.