a bare-bones implementation of Redux using TypeScript from the article Recreating redux
This repo is mainly for learning purposes. To run the code locally:
git clone https://github.com/joshjavier/recreating-redux
cd recreating-redux
npm install
npm run build
npx serve
# Visit http://localhost:3000 in the browser