もっと詳しく

Here is a documentary that may be of interest to programmers in general and those who work with javascript in particular. The documentary is about the javascript framework Svelte which was released almost six years ago.

Svelte was developed by programmer Rich Harris. In the documentary, Harris and others talk about how Svelte originated and how it differs from other frameworks and how it has changed the development of javascript. Svelte Origins: A JavaScript Documentary is about 30 minutes long and can be checked out above or directly on YouTube at the link below.


youtube.com


PC, Software,

javascript, svelte, framework, documentary

Via

developers.slashdot.org
















































Hunger

Svelte is a free and open-source front end compiler created by Rich Harris and maintained by the Svelte core team members. & # 91; 4 & # 93; Svelte is not a monolithic JavaScript library imported by applications: instead, Svelte compiles HTML templates to specialized code that manipulates the DOM directly, which may reduce the size of transferred files and provide better client performance; & # 91; 5 & # 93; application code is also processed by the compiler, inserting calls to automatically recompute data & # 91; 6 & # 93; and re-render UI elements when the data they depend on is modified. & # 91; 7 & # 93; This also avoids the overhead associated with runtime intermediate representations, such as virtual DOM, & # 91; 8 & # 93; unlike traditional frameworks (such as React and Vue) which carry out the bulk of their work at runtime, ie in the browser. The compiler itself is written in TypeScript. Its source code is licensed under the MIT License and hosted on GitHub. & # 91; 9 & # 93;


















































.
[related_posts_by_tax taxonomies=”post_tag”]

The post Check out a documentary about Svelte. The story behind the popular javascript framework. appeared first on Gamingsym.