Skip to content

aaronvb/typescript-react-redux-thunk-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript React Redux w/ redux-thunk Example

This is an example implementation of the latest create-react-app (with typescript), redux, and redux-thunk, and tests with enzyme/jest. Below are the versions used in this example.

Project generated using

npx create-react-app hello --typescript

File structure, redux setup, and component taken from https://github.com/Microsoft/TypeScript-React-Starter

Versions

  • Node 11.3.0
  • React 16.6
  • TypeScript 3.2
  • Redux 4.0
  • redux-thunk 2.3
  • enzyme 3.7

Preview

example

Use the example

Pull this repo, change to node version 11.3.0 then:

yarn install
yarn start

To run the tests:

yarn test

About

Latest TypeScript, React, Redux, and redux-thunk example implementation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published