https://github.com/lxsmnsyc/re-view
Renderer-agnostic reactive user interfaces in ReasonML
https://github.com/lxsmnsyc/re-view
hooks reactive reasonml virtual-dom
Last synced: 3 months ago
JSON representation
Renderer-agnostic reactive user interfaces in ReasonML
- Host: GitHub
- URL: https://github.com/lxsmnsyc/re-view
- Owner: lxsmnsyc
- License: mit
- Created: 2019-12-08T10:32:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T05:35:08.000Z (9 months ago)
- Last Synced: 2025-02-02T04:25:45.011Z (5 months ago)
- Topics: hooks, reactive, reasonml, virtual-dom
- Language: Reason
- Homepage:
- Size: 327 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# re-view
Build user interfaces in ReasonML## Goals
- [x] Key-based reconciliation
- [x] Context API
- [x] Hooks
- [ ] Error Boundary
- [X] Reference Capturing
- [ ] Suspense
- [X] Work Loop