About: Svelte

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Svelte is a free and open-source front end compiler created by Rich Harris and maintained by the Svelte core team members.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 give better client performance; application code is also processed by the compiler, inserting calls to automatically recompute data and re-render UI elements when the data they depend on is modified.This also avoids the overhead associated with runtime intermediate representations, such as virtual DOM, unlike traditional frameworks (such as React and Vue) which carry out the bulk of their work at runtime, i.e in the browser.The compiler itself is written i

Property Value
dbo:Software/fileSize
  • 4.1
dbo:abstract
  • سِفلت (بالإنجليزية: Svelte)‏ هو مُجمع برمجي (Compiler) حر ومفتوحة المصدر لواجهات المستخدم على الويب، صُممه ريتش هاريس، يُدار عبر المتطوعين في الفريق الرئيسي لسِفلت، على نقيض بقية إطارات عمل ومكتبات جافاسكربت لا يتبع سِفلت نفس النهج فبدلًا من أن يكون مكتبة تعدل على شجرة DOM، يتبع سفليت نهج المجمعات البرمجية (Compiler)، يحول قالب HTML إلى كُود مخصص بمقدوره التعديل على شجرة DOM مباشرةً، يُقلل ذلك حجم الملفات والبيانات المتبادلة بين الخادم والمتصفح، ويعطي أداءً أفضل. ويعد الكود الناتج من سِفلت تفاعليًا بمقدوره التعامل مع تغير البيانات وإعادة تصير المكونات (re-render) على الصفحة حال تغير البيانات، على عكس إطارات عمل جافاسكربت الإعتيادية التي تُحمل معها كود إضافي ليوفر بيئة وقت-التشغيل (Runtime) لإطار العمل تتمكن عبرها من تتبع التغيرات. (ar)
  • Svelte ist eine freie JavaScript-Softwarebibliothek, die ein Grundgerüst für die Ausgabe von User-Interface-Komponenten von Webseiten zur Verfügung stellt (Webframework). Mit Svelte lassen sich reaktive Single-Page-Webanwendungen erstellen. (de)
  • Svelte es un compilador Front End gratuito y de código abierto ​ creado por Rich Harris y mantenido por los miembros del equipo central de Svelte. ​ Las aplicaciones Svelte no incluyen referencias al framework. En su lugar, la compilación de una aplicación Svelte genera código para manipular el DOM, lo que puede reducir el tamaño de los archivos transferidos, así como proporcionar un mejor arranque y rendimiento en tiempo de ejecución al cliente. Svelte tiene su propio compilador, que en el momento de la construcción convierte el código de la aplicación a JavaScript para el cliente. Está escrito en TypeScript.​ ​ El código fuente de Svelte tiene licencia MIT y está alojado en GitHub.​ (es)
  • Svelte is a free and open-source front end compiler created by Rich Harris and maintained by the Svelte core team members.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 give better client performance; application code is also processed by the compiler, inserting calls to automatically recompute data and re-render UI elements when the data they depend on is modified.This also avoids the overhead associated with runtime intermediate representations, such as virtual DOM, unlike traditional frameworks (such as React and Vue) which carry out the bulk of their work at runtime, i.e in the browser.The compiler itself is written in TypeScript. Its source code is licensed under MIT License and hosted on GitHub. (en)
  • Svelte est un framework JavaScript libre et à code ouvert écrit par . Le framework est écrit en TypeScript. Son code source utilise la licence MIT et est hébergé sur GitHub. (fr)
  • Svelte(スフェルト)は、Rich Harrisによって作られたJavaScriptフレームワークである。かつSvelteは、Svelteコアチームメンバーによって保守されている、無料のオープンソースフロントエンドコンパイラである。 (ja)
  • Svelte is een opensource front end compiler, ontwikkeld door Rich Harris en onderhouden door de Svelte coreteamleden. Svelte is geen JavaScript library om te importeren in applicaties, maar compileert HTML sjablonen naar code dat de DOM direct bewerkt, wat de grootte van de applicatie kan verminderen en de snelheid kan verbeteren. Ook worden calls toegevoegd om automatisch elementen opnieuw te renderen wanneer de data waarop het gebaseerd is veranderd. Dit voorkomt de overhead dat komt kijken bij virtuele representaties (zoals bij React en Vue), die het meeste werk in de browser doen. De compiler is geschreven in TypeScript. De broncode is gelicenseerd onder de MIT-licentie en wordt gehost op GitHub. (nl)
  • Svelte – darmowy, otwarty front-endowy kompilator, wykorzystywany do tworzenia interfejsów graficznych aplikacji internetowych. Został stworzony przez Richa Harrisa. Aplikacje skompilowane przy pomocy Svelte nie zawierają w sobie bibliotek, tylko wygenerowany kod JavaScript—skutkuje to w zredukowaniu ich rozmiaru jak i zwiększeniu ich wydajności. W przeciwieństwie do popularnych frameworków JavaScript, Svelte nie wykorzystuje pośrednich rozwiązań takich jak wirtualny obiektowy model dokumentu, co przyczynia się do mniejszych wymagań aplikacji internetowych stworzonych przy pomocy tego rozwiązania. Sam kompilator napisany jest w języku TypeScript, a jego kod źródłowy dostępny jest na licencji MIT na serwisie GitHub. (pl)
  • Svelte.js(читається як "свелт") — це так званий зникаючий JavaScript-фреймворк. Являє собою компілятор, котрий бере ваші декларативні компоненти та перетворює їх в чистий JavaScript, який точково оновлює DOM. (uk)
  • Svelte是一个由Rich Harris创建的开放源代码的前端编译器,由志願者维护。与传统框架(如React和Vue)在浏览器中进行大量处理的方式不同,Svelte将这些工作提前到编译阶段处理。构建一个Svelte應用程式会生成操作文档对象模型(DOM)的代码,Svelte借此可以减少传输的文件的大小,并提供更好的启动和运行时性能。Svelte有由TypeScript编写的编译器,用于在构建时将应用代码转换为客户端的JavaScript。 Svelte的源代码採用MIT许可證,托管在GitHub上。 (zh)
dbo:computingPlatform
dbo:fileSize
  • 4100000.000000 (xsd:double)
dbo:genre
dbo:license
dbo:programmingLanguage
dbo:releaseDate
  • 2016-11-26 (xsd:date)
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 13864521 (xsd:integer)
dbo:wikiPageLength
  • 10882 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1124721491 (xsd:integer)
dbo:wikiPageWikiLink
dbp:author
  • Rich Harris (en)
dbp:developer
  • The Svelte contributors. Key contributors include Rich Harris, Alan Faubert, Tan Li Hau, Ben McCann, and Simon Holthausen (en)
dbp:genre
dbp:license
dbp:logo
  • Svelte Logo.svg (en)
dbp:logoSize
  • 64 (xsd:integer)
dbp:name
  • Svelte (en)
dbp:platform
dbp:programmingLanguage
dbp:released
  • 2016-11-26 (xsd:date)
dbp:repo
dbp:size
  • 4.100000 (xsd:double)
  • (en)
dbp:title
  • Svelte (en)
dbp:website
dbp:wikiPageUsesTemplate
dcterms:subject
rdf:type
rdfs:comment
  • Svelte ist eine freie JavaScript-Softwarebibliothek, die ein Grundgerüst für die Ausgabe von User-Interface-Komponenten von Webseiten zur Verfügung stellt (Webframework). Mit Svelte lassen sich reaktive Single-Page-Webanwendungen erstellen. (de)
  • Svelte es un compilador Front End gratuito y de código abierto ​ creado por Rich Harris y mantenido por los miembros del equipo central de Svelte. ​ Las aplicaciones Svelte no incluyen referencias al framework. En su lugar, la compilación de una aplicación Svelte genera código para manipular el DOM, lo que puede reducir el tamaño de los archivos transferidos, así como proporcionar un mejor arranque y rendimiento en tiempo de ejecución al cliente. Svelte tiene su propio compilador, que en el momento de la construcción convierte el código de la aplicación a JavaScript para el cliente. Está escrito en TypeScript.​ ​ El código fuente de Svelte tiene licencia MIT y está alojado en GitHub.​ (es)
  • Svelte est un framework JavaScript libre et à code ouvert écrit par . Le framework est écrit en TypeScript. Son code source utilise la licence MIT et est hébergé sur GitHub. (fr)
  • Svelte(スフェルト)は、Rich Harrisによって作られたJavaScriptフレームワークである。かつSvelteは、Svelteコアチームメンバーによって保守されている、無料のオープンソースフロントエンドコンパイラである。 (ja)
  • Svelte is een opensource front end compiler, ontwikkeld door Rich Harris en onderhouden door de Svelte coreteamleden. Svelte is geen JavaScript library om te importeren in applicaties, maar compileert HTML sjablonen naar code dat de DOM direct bewerkt, wat de grootte van de applicatie kan verminderen en de snelheid kan verbeteren. Ook worden calls toegevoegd om automatisch elementen opnieuw te renderen wanneer de data waarop het gebaseerd is veranderd. Dit voorkomt de overhead dat komt kijken bij virtuele representaties (zoals bij React en Vue), die het meeste werk in de browser doen. De compiler is geschreven in TypeScript. De broncode is gelicenseerd onder de MIT-licentie en wordt gehost op GitHub. (nl)
  • Svelte – darmowy, otwarty front-endowy kompilator, wykorzystywany do tworzenia interfejsów graficznych aplikacji internetowych. Został stworzony przez Richa Harrisa. Aplikacje skompilowane przy pomocy Svelte nie zawierają w sobie bibliotek, tylko wygenerowany kod JavaScript—skutkuje to w zredukowaniu ich rozmiaru jak i zwiększeniu ich wydajności. W przeciwieństwie do popularnych frameworków JavaScript, Svelte nie wykorzystuje pośrednich rozwiązań takich jak wirtualny obiektowy model dokumentu, co przyczynia się do mniejszych wymagań aplikacji internetowych stworzonych przy pomocy tego rozwiązania. Sam kompilator napisany jest w języku TypeScript, a jego kod źródłowy dostępny jest na licencji MIT na serwisie GitHub. (pl)
  • Svelte.js(читається як "свелт") — це так званий зникаючий JavaScript-фреймворк. Являє собою компілятор, котрий бере ваші декларативні компоненти та перетворює їх в чистий JavaScript, який точково оновлює DOM. (uk)
  • Svelte是一个由Rich Harris创建的开放源代码的前端编译器,由志願者维护。与传统框架(如React和Vue)在浏览器中进行大量处理的方式不同,Svelte将这些工作提前到编译阶段处理。构建一个Svelte應用程式会生成操作文档对象模型(DOM)的代码,Svelte借此可以减少传输的文件的大小,并提供更好的启动和运行时性能。Svelte有由TypeScript编写的编译器,用于在构建时将应用代码转换为客户端的JavaScript。 Svelte的源代码採用MIT许可證,托管在GitHub上。 (zh)
  • سِفلت (بالإنجليزية: Svelte)‏ هو مُجمع برمجي (Compiler) حر ومفتوحة المصدر لواجهات المستخدم على الويب، صُممه ريتش هاريس، يُدار عبر المتطوعين في الفريق الرئيسي لسِفلت، على نقيض بقية إطارات عمل ومكتبات جافاسكربت لا يتبع سِفلت نفس النهج فبدلًا من أن يكون مكتبة تعدل على شجرة DOM، يتبع سفليت نهج المجمعات البرمجية (Compiler)، يحول قالب HTML إلى كُود مخصص بمقدوره التعديل على شجرة DOM مباشرةً، يُقلل ذلك حجم الملفات والبيانات المتبادلة بين الخادم والمتصفح، ويعطي أداءً أفضل. (ar)
  • Svelte is a free and open-source front end compiler created by Rich Harris and maintained by the Svelte core team members.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 give better client performance; application code is also processed by the compiler, inserting calls to automatically recompute data and re-render UI elements when the data they depend on is modified.This also avoids the overhead associated with runtime intermediate representations, such as virtual DOM, unlike traditional frameworks (such as React and Vue) which carry out the bulk of their work at runtime, i.e in the browser.The compiler itself is written i (en)
rdfs:label
  • Svelte (en)
  • سفلت (ar)
  • Svelte (Framework) (de)
  • Svelte (es)
  • Svelte (fr)
  • Svelte (ja)
  • Svelte (nl)
  • Svelte (pl)
  • Svelte.js (uk)
  • Svelte (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:homepage
foaf:isPrimaryTopicOf
foaf:name
  • Svelte (en)
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License