top | item 24425501

Moon – a purely functional user interface library that's fast, tiny, and

5 points| feross | 5 years ago |moonjs.org | reply

2 comments

order
[+] christophilus|5 years ago|reply
I’m not sure I like each tag being a function. It means the framework has to be upgraded any time a new element is added to the HTML standards. Granted, that’s not too often, but it does seem like a design flaw.
[+] ShradhaSingh|5 years ago|reply
This is actually very interesting to me as it has some of the benefits something like Elm offers while still being readable from a traditional JS perspective.