https://github.com/iansinnott/async-fun
https://github.com/iansinnott/async-fun
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iansinnott/async-fun
- Owner: iansinnott
- Created: 2016-08-04T21:19:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-08T21:41:11.000Z (almost 10 years ago)
- Last Synced: 2025-09-02T12:48:53.814Z (10 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Async Fun
My repository for playing around with Rx
## What
I created a number of branches here with various Rx implementations as I was learning. Check out the branches for more.
## UI Library
As part of this project I created a very simple declarative UI library conceptually similar to React. This was just a fun aside although it could be refactored into a standalone library if desired. A better implementation would be a virtual DOM, more like React, that doesn't depend on `document.createElement`. See `src/dom.js` for the implementation.
## Dev
* `npm run start`: Start dev server with live reload
* `npm run build`: Build the project