react-restated

1.3.0 • Public • Published

React Restated

A tiny and powerful state manager for React. like rematch or dva. 中文手册

Features

  1. Tiny && Effective: Using new Context API of React v16.3+, Just 8kb after compressed.
  2. Simple && Direct: no more actionTypes, no more dispatch, action dispatch changes auto.
  3. Friendly: Organized by Models like rematch, combined the effects and reducers.
  4. Middleware: Just the same as redux, support redux-devtools out of box!

Examples

View examples in codeSandbox:

Install

npm i --save react-restated

Changelogs

  • 1.2.1: this.commit 将会默认dispatch一个$COMMIT(TYPE)的action
  • 1.2.0: 将store于Provider解耦,支持SSR

Package Sidebar

Install

npm i react-restated

Weekly Downloads

2

Version

1.3.0

License

MIT

Unpacked Size

50.9 kB

Total Files

14

Last publish

Collaborators

  • stkevintan