Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T19:17:31.000Z (about 5 years ago)
- Last Synced: 2024-07-14T00:22:49.058Z (4 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.
[![CircleCI](https://img.shields.io/circleci/project/github/reactive-react/xreact/master.svg)](https://circleci.com/gh/reactive-react/xreact)
[![Join the chat at https://gitter.im/jcouyang/react-most](https://badges.gitter.im/jcouyang/react-most.svg)](https://gitter.im/jcouyang/react-most?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![](https://img.shields.io/github/stars/reactive-react/xreact.svg?label=Star)](https://github.com/reactive-react/xreact)
[![codecov](https://codecov.io/gh/reactive-react/xreact/branch/master/graph/badge.svg)](https://codecov.io/gh/reactive-react/xreact)
[![npm](https://img.shields.io/npm/v/xreact.svg)](https://www.npmjs.com/package/xreact)
[![greenkeeper.io](https://badges.greenkeeper.io/reactive-react/xreact.svg)](https://greenkeeper.io)![](https://www.evernote.com/l/ABet-_q4zTxGQrpnD0lwf_An5z9FvAQOvNEB/image.png)
## [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.