https://github.com/sz-piotr/observable-ui
An proof of concept for ui managed entirely using rxjs
https://github.com/sz-piotr/observable-ui
redux rxjs webapp
Last synced: about 2 months ago
JSON representation
An proof of concept for ui managed entirely using rxjs
- Host: GitHub
- URL: https://github.com/sz-piotr/observable-ui
- Owner: sz-piotr
- License: unlicense
- Created: 2019-03-03T12:25:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T12:28:38.000Z (over 7 years ago)
- Last Synced: 2025-10-11T05:56:06.941Z (9 months ago)
- Topics: redux, rxjs, webapp
- Language: JavaScript
- Homepage: https://observable-ui.netlify.com
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Observable UI - Proof of Concept
This is a proof of concept repository containg an implementation of a web app using only rxjs. It implements a redux-like pattern for state management and recreates the entire dom every time something changes.
The entire code (app + runtime) takes up less than 60 lines of code.
You can play around with it here: [observable-ui.netlify.com](https://observable-ui.netlify.com)