lenrix
lenrix copied to clipboard
Type-safe, reactive, focusable redux store wrapper
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.2 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...
```ts store.computeFromPath(['a', 'b'], b => ...) ```
```ts .computeFromField('data', data => { if (data === undefined) return {}; return { computedValue: 'whatever }) ```
```ts store.changeDetectionStategies({ myValue: (previousValue, nextValue) => previousValue.myField === nextValue.myField }) ``` Since this case is so common: ```ts store.changeDetectionSelectors({ birthDate: _ => _.getTime() }) ```
Hide store reference behind proxy LightStore instance
`currentState` should hold all readonly fields
... especially since it's already documented !!!