https://github.com/dehbmarques/denormalizr-immutable
Denormalizer for normalizr using immutable data
https://github.com/dehbmarques/denormalizr-immutable
denormalize immutable normalizr react redux
Last synced: about 1 year ago
JSON representation
Denormalizer for normalizr using immutable data
- Host: GitHub
- URL: https://github.com/dehbmarques/denormalizr-immutable
- Owner: dehbmarques
- Created: 2016-03-15T18:12:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T23:33:10.000Z (over 9 years ago)
- Last Synced: 2025-03-29T00:41:13.852Z (over 1 year ago)
- Topics: denormalize, immutable, normalizr, react, redux
- Language: JavaScript
- Size: 7.81 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# denormalizr-immutable [](https://travis-ci.org/dehbmarques/denormalizr-immutable)
Denormalizer for [normalizr](https://github.com/gaearon/normalizr) using immutable data.
# Installation
```
npm install --save denormalizr-immutable
```
# Usage
```
import { denormalize } from 'denormalizr-immutable';
const denormalized = denormalize(entity, entities, entitySchema);
```