Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhoskal/fp-data-normalization
Type-safe data normalization using fp-ts
https://github.com/rhoskal/fp-data-normalization
fp-ts react typescript
Last synced: 14 days ago
JSON representation
Type-safe data normalization using fp-ts
- Host: GitHub
- URL: https://github.com/rhoskal/fp-data-normalization
- Owner: rhoskal
- Created: 2020-10-01T21:31:07.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-18T17:28:12.000Z (about 3 years ago)
- Last Synced: 2024-08-01T19:58:08.510Z (3 months ago)
- Topics: fp-ts, react, typescript
- Language: TypeScript
- Homepage:
- Size: 334 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/a30a483d-28d5-476c-bd96-5feda901a162/deploy-status)](https://app.netlify.com/sites/awesome-hypatia-750dd2/deploys)
# fp-ts data normalization
Write your own type-safe reducer to normalize your data. Blog post [here](https://dev.to/hansjhoffman/write-your-own-type-safe-reducer-to-normalize-your-data-1mpn). View app [here](https://awesome-hypatia-750dd2.netlify.app/).
## Running
1. Run nix shell with `nix-shell --pure`
2. Install deps using `make deps`
3. Run dev server using `make run`