1.3.0 • Published 6 years ago

react-restated v1.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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
1.3.0

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago