Skip to content

felipe-xavier/simple-redux-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple implementation of Redux in JS.

This repository has a single file called src/myRedux/myRedux.js that exports the famous createStore function.

The remaining files are used to apply the redux in a use case, which includes a reducer, the actions, action types and the store initializer as well as the webpack module that wraps the JS files to be used by the index.html.

The example used to test is a Bug Tracker with a store like this:

[{
  id: integer,
  description : string,
  resolved : boolean
}]

About

Simple Redux implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published