|
|
|
|
|
by jordow
5310 days ago
|
|
I have a similar toolkit that uses pure javascript. https://github.com/jordow/FaxJs (see reactive example) Functional reactive programming makes ui development so much easier. I've seen a lot of people starting to think this way about ui systems (with good reason). Good work! I'd like to add similar compiled-in reactive optimizations to FaxJs as I'm sure Elm does. I commend you on choosing a static type inference system. |
|