Skip to content

Simplified redux implementation for learning purposes. Not meant for Production use.

Notifications You must be signed in to change notification settings

jamischarles/tiny-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tiny-redux

Simplified redux implementation for learning purposes. Not meant for Production use.

This is primarily meant to show what the core redux functions do in a simplified manner.

Study tiny-redux.js for the main redux library functions.
Study index.js for 2 very simple redux app examples (almost no abstractions).

You should be able to swap out tiny-redux.js with regular redux and everything should work just fine.

Loading this in a browser

If you're dying to run this...

Opening index.html in Chrome will work, but you'll need to use a webserver like https://www.npmjs.com/package/http-server to serve up the js files to get around CORS limitations (because of the script type="module").

Loading this in node.js

You could just paste tiny-redux.js into index.js and run node index.js

About

Simplified redux implementation for learning purposes. Not meant for Production use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published