Skip to content

This repository is created to help everyone understand how redux-thunk works. It breaks down the code into smaller bits and makes it easier for people how aren't too familiar with ES6

Notifications You must be signed in to change notification settings

niamleeson/UnderstandThunk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trying to understand how redux-thunk works

  • Redux-Thunk is rewritten using as much of ES5 as possible so that the code is easier to follow.
  • Also lot of console.info and console.dir is added to print details into the console so that it becomes easy to understand.

This is done only to help understand how redux-thunk works.

About

This repository is created to help everyone understand how redux-thunk works. It breaks down the code into smaller bits and makes it easier for people how aren't too familiar with ES6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.7%
  • HTML 9.4%
  • CSS 0.9%