Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swissmanu/react-rxjs-typescript
An experiment to implement a React user interface using TypeScript that leverages RxJS.
https://github.com/swissmanu/react-rxjs-typescript
functional-programming react rxjs typescript
Last synced: 10 days ago
JSON representation
An experiment to implement a React user interface using TypeScript that leverages RxJS.
- Host: GitHub
- URL: https://github.com/swissmanu/react-rxjs-typescript
- Owner: swissmanu
- License: mit
- Created: 2017-12-15T14:28:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T11:29:13.000Z (almost 7 years ago)
- Last Synced: 2024-12-09T09:18:14.263Z (18 days ago)
- Topics: functional-programming, react, rxjs, typescript
- Language: TypeScript
- Homepage: https://github.com/swissmanu/react-rxjs-typescript
- Size: 122 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# react-rxjs-typescript
> 🗺 An experiment to implement a React user interface using TypeScript that leverages RxJS.
>
> Thesis to proof: Can a reactive application state be implemented using RxJS to drive a web user interface?## Things to Explore
* [x] Use RxJS streams to model centralized state store
* [x] Use functional programming approaches to implement/improve action/reducer concepts known from Redux
* [x] Support synchronous reducers
* [ ] Support asynchronous reducers## Usage
```bash
yarn # install dependencies
yarn start # run development server on localhost:3000
yarn test # run test suite
```