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
- Host: GitHub
- URL: https://github.com/ctrlplusb/easy-peasy-typescript
- Owner: ctrlplusb
- Created: 2019-02-11T23:27:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-12T01:23:09.000Z (almost 6 years ago)
- Last Synced: 2025-02-25T10:22:41.321Z (12 months ago)
- Language: TypeScript
- Size: 358 KB
- Stars: 33
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```