Hello guys, you might have heard about Svelte.js or svelte, another JavaScript framework for building component-based UI. What? A new JavaScript framework? come on give me a break. Well, It's a little bit different with established Javascript frontend frameworks like
React,
Vue.js, and
Angular in the sense that it's more like a compiler than a framework or library. In a framework-based application, you ship your code and framework code to the client and they work together in runtime to create magic. While in the case of Svelte.js you don't ship framework code to your client, instead you ship a code generated by the Svelte compiler based upon the instruction you wrote.
from Javarevisited https://ift.tt/2TuMPd9
via IFTTT
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.