Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 274 Bytes

File metadata and controls

20 lines (13 loc) · 274 Bytes

Redux from First Principles

How to rock this repository

Clone it and then run:

npm i
npm test

To complete each section, go into its folder and rename redux.tst.ts => redux.test.ts.

Then run:

npm test

Then write the code to make the test pass.