DEV Community

Discussion on: JavaScript vs JavaScript: Round 2. Fight!

Collapse
 
siddharthshyniben profile image
Siddharth

Awesome post! I wish i could find that article you were talking about – It sounds like an awesome read!


It would be interesting to see a truly runtime-less JavaScript framework with a significant feature set. But these don't really exist [...].

Guess what: I'm experimenting with building such a framework!

Collapse
 
ryansolid profile image
Ryan Carniato

The closest I've seen is Prism. It isn't completely runtime-less in general but they had a cool webcomponents demo that essentially was since all stateful updates in the simple example were simply handled by getter/setters on the element.