Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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);
```