React应用的状态管理JS库:marty.js

jopen 9年前

marty.js是一个Javascript库用于在React应用中的状态管理。

Flux

Marty is an implementation of the Flux architecture. It defines a set of rules about how to manage your applications state. 非死book invented Flux to help them build client-side web applications.

State management

Marty provides solutions for getting state into your application, storing it in memory and then binding it to your react components

Debugging

Marty has a Chrome Developer tool to help you visualize the current state is in your application and how it changes over time.

项目主页:http://www.open-open.com/lib/view/home/1421893143328