ts-redux icon indicating copy to clipboard operation
ts-redux copied to clipboard

Sample React Redux Typescript app with thunks

Typescript React Redux

This repository accompanies the Set Up a Typescript React Redux Project post and extends the example to a functional app.

To see the app in action, clone it down and install the dependencies:

git clone https://github.com/nas5w/ts-redux.git
cd ts-redux
yarn

Then, run the app

yarn start