xreact
v5.0.1
Published
Functional Reactive State Container for React
Downloads
126
Maintainers
Readme
xReact
xReact is a Functional Reactive State Wrapper for React Components. Data flow in xReact is observable and unidirectional.
formerly know as react-most, renamed so because mostjs is not madatory anymore.
Get Started
xReact works for both TypeScript and CMD JS, to install xReact simply use yarn or npm:
npm install xreact --save
# or
yarn add xreact
- Come from redux? :point_right: https://xreact.oyanglul.us/Get-Started.html
- Come from fantasy land? :rainbow: https://xreact.oyanglul.us/examples/fantasy.html
Documentation
All xReact information and documentation is available on the website.
And... we have a list of frequently-asked questions.
Our goal is to have clear and comprehensive documentation. If you notice problems, omissions, or errors, please let us know, or PR is more than welcome.