Skip to content

iansinnott/learn-you-a-redux

Repository files navigation

Learn You a Redux

A Redux clone in 100 lines of JS

I felt that I already had a pretty good grasp of Redux, but I figured I'd build it myself to get a sense of what's involved. This article inspired me.

Quick Start:

  • npm install
  • npm start to run a dev server
  • npm run build to minify, package and generate static HTML files from your routes

Troubleshooting

Babel Env

Make sure BABEL_ENV is not set to development when building. If it is babel will likely throw a hot module replacement error since HMR transformations are getting run on everything that goes through babel.

About

Just wanted to build my own Redux for science

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published