Svelte

Svelte is a component framework that uses a technique called virtual DOM and it allows to write a state-driven code which gets converted into ideal JavaScript code by the browser.

Posts