Skip to content

Handwritten copy of Redux for proper understanding it's principles

Notifications You must be signed in to change notification settings

gaisin/handwritten_redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handwritten Redux

This is simple redux-like library written to get proper understanding of redux. It has createStore which holds state and gives subscribe, getState and dispatch functions for working with the state. Also createStore uses a reducer, that takes state and action and gives new value of the state. Same as actual redux works. App built using ReactJS, semantic-ui.

How to run

  1. Ensure you have npm installed.

Follow the instructions for your platform here.

  1. Clone git repository
git clone https://github.com/gaisin/handwritten_redux
  1. Go to the directory
cd handwritten_redux
  1. Install all dependencies:
npm install
  1. Start the app
npm start

The app is now running at http://localhost:3000/

About

Handwritten copy of Redux for proper understanding it's principles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published