4.0.0 • Published 2 years ago

react-source-of-truth v4.0.0

Weekly downloads
8
License
MIT
Repository
github
Last release
2 years ago

react-source-of-truth

The simplest state manager for React apps. API ideas are based on react-redux but huge simplifications are applied.

Features:

  • simplicity - no actions, no reducers
  • simplicity again - your state is just a plain javascript object
  • performant - no "everywhere writable" state using Proxies or other hacks
  • performant again - component will re-render only if something they care for changes
  • developer friendly - full & painless TypeScript support
  • compatible - both hooks & class based components support
  • familiar - API is based on react-redux API
  • convenient - easily update deep state while keeping immutability rule of React (thanks to awesome immutable-assign)

Usage:

See: Docs

License:

MIT

4.0.0

2 years ago

4.0.0-beta.1

2 years ago

4.0.0-alpha.3

2 years ago

4.0.0-alpha.2

2 years ago

4.0.0-alpha.1

3 years ago

3.0.0-alpha.1

4 years ago

3.0.0-alpha.3

4 years ago

3.0.0-alpha.2

4 years ago

3.0.0-alpha.0

4 years ago

3.0.0-beta.1

4 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.1.0-beta.2

5 years ago

1.1.0-beta.1

5 years ago

1.0.0

5 years ago

1.0.0-beta.2

5 years ago

1.0.0-beta.1

5 years ago