An open API service indexing awesome lists of open source software.

https://github.com/ctrlplusb/easy-peasy-typescript

An example of using Easy Peasy with Typescript
https://github.com/ctrlplusb/easy-peasy-typescript

Last synced: 10 months ago
JSON representation

An example of using Easy Peasy with Typescript

Awesome Lists containing this project

README

          

# easy-peasy-typescript

This is an example implementation of using Typescript with [Easy Peasy](https://github.com/ctrlplusb/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
```