Svelte
visit websiteSvelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app.
Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically updates the DOM when the state of your app changes.
Why is this technology on hold?
Svelte is niche at the moment, less efficient for building complex applications when compared to React and does not lean close to standard Javascript patterns.
Related technologies
React
React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes.
Declarative views make your code more predictable and easier to debug.
Build encapsulated components that manage their own state, then compose them to make complex UIs.
Vue.js
An approachable, performant and versatile framework for building web user interfaces.