Redux
A Predictable State Container for JS Apps
Predictable
Redux helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test.
Centralized
Centralizing your application’s state and logic enables powerful capabilities like undo/redo, state persistence, and much more.
Debuggable
The Redux DevTools make it easy to trace when, where, why, and how your application’s state changed. Redux’s architecture lets you log changes, use “time-travel debugging”, and even send complete error reports to a server.
Flexible
Redux works with any UI layer, and has a large ecosystem of addons to fit your needs.
数据统计
相关导航

timeago-react is a simple(only 1kb) react component used to format date with `*** time ago` statement. eg: '3 hours ago'.. Latest version: 3.0.6, last published: 6 months ago. Start using timeago-react in your project by running `npm i timeago-react`. There are 83 other projects in the npm registry using timeago-react.