https://github.com/aaronvb/typescript-react-redux-thunk-example
Latest TypeScript, React, Redux, and redux-thunk example implementation.
https://github.com/aaronvb/typescript-react-redux-thunk-example
enzyme react redux redux-thunk typescript
Last synced: 9 months ago
JSON representation
Latest TypeScript, React, Redux, and redux-thunk example implementation.
- Host: GitHub
- URL: https://github.com/aaronvb/typescript-react-redux-thunk-example
- Owner: aaronvb
- Created: 2018-12-10T09:50:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T09:55:39.000Z (about 7 years ago)
- Last Synced: 2025-03-21T22:38:22.982Z (9 months ago)
- Topics: enzyme, react, redux, redux-thunk, typescript
- Language: TypeScript
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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

## Use the example
Pull this repo, change to node version 11.3.0 then:
```
yarn install
yarn start
```
To run the tests:
```
yarn test
```