Demonstrating the common patterns when using React, Redux v4, and TypeScript.
Welcome to the Redux 4 + TypeScript 2.9 Calendar example! This example site shows you the ideal project structure, recommended libraries, as well as design pattern on writing type-safe React + Redux app with TypeScript.
This project was bootstrapped with http://github.com/sw-yx/create-react-app-parcel.
Light Theme
Dark Theme
A Node.js 8.0.0+ setup with yarn is recommended.
# install dependencies
yarn
# ...or if you'd like to use npm instead
npm install
# serve with hot reload at localhost:4000
yarn start
## or
npm start
# build for production
yarn build