Releases: ken-okabe/unlimitedjs
Releases · ken-okabe/unlimitedjs
v1.0
unlimitedjs is a virtual DOM framework, however, this framework itself does not provide a single line of code. The purpose of this repository is to provide Quick Starter projects.
unlimitedjs = superfine + timeline-monad
unlimitedjs consists of two independent existing libraries:
- superfine (the core of Hyperapp) as a generic and minimal library for virtual DOM. The code is less than 500 lines.
Minimal view layer for creating declarative web user interfaces
- timeline-monad as a generic and minimal library for Functional Reactive Programming(FRP). The code is less than 40 lines(comment lines excluded).
Micro Functional Reactive Programming (FRP) Framework with Monad structure
The both libraries are developed independently by different authors(Jorge Bucaran @jorgebucaran and Ken OKABE @stken2050) for a generic purpose of different fields of programming - virtual DOM and FRP, and the both libraries do not rely on each others or any others(zero dependency).