Redux implementation of a memory game.
Redux is a predictable state container for JavaScript apps, written by Dan Abramov
It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test. On top of that, it provides a great developer experience, such as live code editing combined with a time traveling debugger.
The game is heavily inspired by the Redux examples and it's just a proof of concept on how Redux works.
git clone https://github.com/mauricius/redux-memory-game .
npm install
npm start
- Dan Abramov for his amazing work with Redux and the React ecosystem in general;
- EggHead Redux Series for blowing my mind;
- React for the strong innovation.
MIT