Svelte (original) (raw)

About DBpedia

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.

thumbnail

Property Value
dbo:Software/fileSize 4.1 (dbd:megabyte)
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 dbr:Web_platform
dbo:fileSize 4100000.000000 (xsd:double)
dbo:genre dbr:Web_framework
dbo:license dbr:MIT_License
dbo:programmingLanguage dbr:TypeScript
dbo:releaseDate 2016-11-26 (xsd:date)
dbo:thumbnail wiki-commons:Special:FilePath/Svelte_Logo.svg?width=300
dbo:wikiPageExternalLink https://svelte.dev/ https://github.com/sveltejs/svelte%7Cgithub.com/sveltejs/svelte
dbo:wikiPageID 13864521 (xsd:integer)
dbo:wikiPageLength 10882 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1124721491 (xsd:integer)
dbo:wikiPageWikiLink dbr:Bloomberg_L.P. dbr:Brave_(web_browser) dbr:Reuters dbc:Computer-related_introductions_in_2016 dbc:Software_using_the_MIT_license dbr:Comparison_of_JavaScript_frameworks dbr:Compiler dbr:Front_end_and_back_end dbr:GitHub dbr:The_New_York_Times dbr:Apple_Inc. dbr:Stack_Overflow dbr:Web_platform dbc:JavaScript_web_frameworks dbr:ByteDance dbc:Web_development dbr:TypeScript dbr:Vue.js dbr:Web_framework dbr:Facebook dbr:Source_code dbr:HTML dbr:JavaScript dbr:The_Guardian dbr:JSX_(JavaScript) dbr:JavaScript_library dbr:Document_Object_Model dbr:Spotify dbr:Square,_Inc. dbr:IKEA dbr:Next.js dbr:Rakuten dbr:React_(JavaScript_library) dbr:Reactive_programming dbr:Yahoo! dbr:MIT_License dbr:Vercel dbr:JavaScript_framework dbr:Virtual_DOM dbr:Free_and_open-source
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 dbr:Web_framework
dbp:license dbr:MIT_License
dbp:logo Svelte Logo.svg (en)
dbp:logoSize 64 (xsd:integer)
dbp:name Svelte (en)
dbp:platform dbr:Web_platform
dbp:programmingLanguage dbr:TypeScript
dbp:released 2016-11-26 (xsd:date)
dbp:repo https://github.com/sveltejs/svelte%7Cgithub.com/sveltejs/svelte
dbp:size 4.100000 (xsd:double) (en)
dbp:title Svelte (en)
dbp:website https://svelte.dev/
dbp:wikiPageUsesTemplate dbt:Code dbt:Infobox_software dbt:Portal dbt:Reflist dbt:Short_description dbt:Start_date_and_age dbt:Wikidata dbt:Application_frameworks dbt:ECMAScript dbt:See_Wiktionary
dct:subject dbc:Computer-related_introductions_in_2016 dbc:Software_using_the_MIT_license dbc:JavaScript_web_frameworks dbc:Web_development
rdf:type owl:Thing dbo:Software schema:CreativeWork dbo:Work wikidata:Q386724 wikidata:Q7397
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 wikidata:Svelte dbpedia-ar:Svelte dbpedia-de:Svelte dbpedia-es:Svelte dbpedia-fa:Svelte dbpedia-fi:Svelte dbpedia-fr:Svelte dbpedia-ja:Svelte http://ml.dbpedia.org/resource/സ്വെൽറ്റ് dbpedia-ms:Svelte dbpedia-nl:Svelte dbpedia-pl:Svelte dbpedia-uk:Svelte dbpedia-zh:Svelte https://global.dbpedia.org/id/eZRb
prov:wasDerivedFrom wikipedia-en:Svelte?oldid=1124721491&ns=0
foaf:depiction wiki-commons:Special:FilePath/Svelte_Logo.svg
foaf:homepage https://svelte.dev/
foaf:isPrimaryTopicOf wikipedia-en:Svelte
foaf:name Svelte (en)
is dbo:wikiPageRedirects of dbr:.svelte dbr:Sapper_(application_framework) dbr:Ractive dbr:Ractive.js dbr:Svelte.js dbr:SvelteKit dbr:Sveltejs
is dbo:wikiPageWikiLink of dbr:Carbon_Design_System dbr:Index_of_JavaScript-related_articles dbr:.svelte dbr:Comparison_of_JavaScript-based_web_frameworks dbr:Angular_(web_framework) dbr:Single-page_application dbr:Web_framework dbr:Jest_(JavaScript_framework) dbr:List_of_JavaScript_libraries dbr:Hydration_(web_development) dbr:Model–view–viewmodel dbr:Meteor_(web_framework) dbr:React_(JavaScript_library) dbr:Reactive_programming dbr:Sapper_(application_framework) dbr:Virtual_DOM dbr:Ractive dbr:Ractive.js dbr:Svelte.js dbr:SvelteKit dbr:Sveltejs
is foaf:primaryTopic of wikipedia-en:Svelte