https://github.com/reactive-react/xreact
reactive x react = xreact
https://github.com/reactive-react/xreact
data-flow fantasy-land frp mostjs react react-most reactive redux rxjs typescript xreact
Last synced: 6 months ago
JSON representation
reactive x react = xreact
- Host: GitHub
- URL: https://github.com/reactive-react/xreact
- Owner: reactive-react
- License: other
- Created: 2016-01-22T07:37:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T19:17:31.000Z (over 5 years ago)
- Last Synced: 2024-11-14T15:55:24.825Z (6 months ago)
- Topics: data-flow, fantasy-land, frp, mostjs, react, react-most, reactive, redux, rxjs, typescript, xreact
- Language: TypeScript
- Homepage: https://xreact.oyanglul.us
- Size: 13.6 MB
- Stars: 560
- Watchers: 12
- Forks: 25
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
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.
[](https://circleci.com/gh/reactive-react/xreact)
[](https://gitter.im/jcouyang/react-most?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://github.com/reactive-react/xreact)
[](https://codecov.io/gh/reactive-react/xreact)
[](https://www.npmjs.com/package/xreact)
[](https://greenkeeper.io)
## [Get Started](https://xreact.oyanglul.us)
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:
- Come from fantasy land? :rainbow:## Documentation
All xReact information and documentation is available on [the website](http://xreact.oyanglul.us/).
And... we have a list of [frequently-asked questions](https://xreact.oyanglul.us/FAQ.html).
Our goal is to have clear and comprehensive documentation. If you notice problems, omissions, or errors, please [let us know](https://github.com/reactive-react/xreact/issues), or PR is more than welcome.