easy-peasy-typescript icon indicating copy to clipboard operation
easy-peasy-typescript copied to clipboard

An example of using Easy Peasy with Typescript

easy-peasy-typescript

This is an example implementation of using Typescript with Easy Peasy. This grants you a fully typed global state solution for React, which abstracts all of the Redux boilerplate whilst still granting you access to all of its power.

Getting started

git clone https://github.com/ctrlplusb/easy-peasy-typescript
cd easy-peasy-typescript
npm install
npm start