Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 3 hours 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 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T23:33:10.000Z (over 7 years ago)
- Last Synced: 2024-10-29T01:00:34.525Z (11 days ago)
- Topics: denormalize, immutable, normalizr, react, redux
- Language: JavaScript
- Size: 7.81 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# denormalizr-immutable [![build status](https://img.shields.io/travis/dehbmarques/denormalizr-immutable/master.svg)](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);
```