# @bernatfortet/redux-entities

> Redux Entities helpers

Latest version **0.0.53** (published 2017-10-16) · ISC license · 0 weekly downloads

## Install

```sh
npm install @bernatfortet/redux-entities
pnpm add @bernatfortet/redux-entities
yarn add @bernatfortet/redux-entities
bun add @bernatfortet/redux-entities
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.53 |
| Published | 2017-10-16 |
| First published | 2017-05-13 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Bernat Fortet Unanue |
| Maintainers | bernatfortet |

## Links

- npm: https://www.npmjs.com/package/@bernatfortet/redux-entities
- Repository: https://github.com/bernatfortet/basement
- Homepage: https://github.com/bernatfortet/basement#readme
- Issues: https://github.com/bernatfortet/basement/issues
- npm.io page: https://npm.io/package/@bernatfortet/redux-entities

## Dependencies (1)

- [object-path-immutable](https://npm.io/package/object-path-immutable.md) ^0.5.1

## Recent versions

- 0.0.53 (latest) — 2017-10-16
- 0.0.52 — 2017-08-31
- 0.0.51 — 2017-08-31
- 0.0.50 — 2017-06-15
- 0.0.49 — 2017-05-15
- 0.0.48 — 2017-05-15
- 0.0.47 — 2017-05-15
- 0.0.46 — 2017-05-15
- 0.0.45 — 2017-05-15
- 0.0.44 — 2017-05-15
- 0.0.43 — 2017-05-15
- 0.0.42 — 2017-05-13
- 0.0.41 — 2017-05-13
- 0.0.4 — 2017-05-13

## README

# USAGE

1. Create a entitites file
2. Import all these methods
3. Re-export them in order to group them with other entity related actions you might have
4. you must have immutable path

# Set initial state from entities schema
const INITIAL_STATE = entitiesSchema

## Reducer
Pass reducing cases

import { entitiesReducingCases } from 'vendor/b-entities'
export default createReducer(INITIAL_STATE, entitiesReducingCases )

## Actions
import { storeEntities, storeNewEntity, storeEntityData, removeEntity, removeEntityData } from '@bernatfortet/redux-entities'
import createEntitiesReducer from '@bernatfortet/redux-entities/reducer'

export { storeEntities, storeNewEntity, storeEntityData, removeEntity, removeEntityData }

---
_Source: https://npm.io/package/@bernatfortet/redux-entities · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
