An open API service indexing awesome lists of open source software.

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

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)