Skip to content

chisom5/react-redux_typescript-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React/Redux typescript setup

This project was bootstrapped with Create React App. using this command

npx create-react-app project-name --template typescript

Packages installed

  • React-redux, redux-thunk and redux and since It is react typescript project we have to install the types for this packages as well
 npm install react-redux redux redux-thunk --save

 npm i -D @types/react-redux @types/redux  @types/redux-thunk 
 
  • immutability-helper: for immuting my store i.e reducer state
  • axios

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published