Skip to content

adityapurwa/typescript-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript + Redux

TypeScript and Redux works together in a beautiful way, we can removes the need of defining TYPES constants and action creator by using TypeScript powerful type system. This repository gives an overview on how to do it.

There is an article that explain this repository, you can read it here.

Running the Code

Install the node modules and make sure you have typescript installed, and then run:

$ tsc && node dist/store.js

About

Writing Better Redux's Code with TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published