A library (v1.22.7) to obtain a state of normalized data, providing fetch and reducer helpers. It offers functions to merge or delete normalized data into a Redux-like state, with configurable merging behavior. It is maintained by betagouv and has a moderate release cadence. Differentiators include simple normalization for nested data, optional isMergingArray/isMutatingDatum flags, and compatibility with redux-thunk/redux-saga/plain React Context via companion packages.
npm install fetch-normalize-dataNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to merge normalized data with a nested normalizer configuration.
No known issues recorded.
Run npm install fetch-normalize-data or yarn add fetch-normalize-data
Use import { getNormalizedMergedState } from 'fetch-normalize-data'Provide a config object with a normalizer property.
No dependency data recorded yet.