Comparison of JavaScript-based web frameworks
Page Module:Message box/ambox.css has no content.Page Template:Multiple issues/styles.css has no content.
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
Page Module:Message box/ambox.css has no content.
|
Page Module:Hatnote/styles.css has no content.
This is a comparison of web frameworks for front-end web development that are reliant on JavaScript code for their behavior.
General information
Page Module:Message box/ambox.css has no content.
This section may be confusing or unclear to readers. In particular, Size column redundantly refers to developer download but may be confused with runtime size. (January 2026) |
High-level framework comparison
JavaScript-based web application frameworks, such as React and Vue, provide extensive capabilities but come with associated trade-offs. These frameworks often extend or enhance features available through native web technologies, such as routing, component-based development, and state management. While native web standards, including Web Components, modern JavaScript APIs like Fetch and ES Modules, and browser capabilities like Shadow DOM, have advanced significantly, frameworks remain widely used for their ability to enhance developer productivity, offer structured patterns for large-scale applications, simplify handling edge cases, and provide tools for performance optimization.[8][9][10]
Frameworks can introduce abstraction layers that may contribute to performance overhead, larger bundle sizes, and increased complexity. Modern frameworks, such as React 18 and Vue 3, address these challenges with features like concurrent rendering, tree-shaking, and selective hydration. While these advancements improve rendering efficiency and resource management, their benefits depend on the specific application and implementation context. Lightweight frameworks, such as Svelte and Preact, take different architectural approaches, with Svelte eliminating the virtual DOM entirely in favor of compiling components to efficient JavaScript code, and Preact offering a minimal, compatible alternative to React. Framework choice depends on an application’s requirements, including the team’s expertise, performance goals, and development priorities.[8][9][10]
A newer category of web frameworks, including enhance.dev, Astro, and Fresh, leverages native web standards while minimizing abstractions and development tooling.[11][12][13] These solutions emphasize progressive enhancement, server-side rendering, and optimizing performance. Astro renders static HTML by default while hydrating only interactive parts. Fresh focuses on server-side rendering with zero runtime overhead. Enhance.dev prioritizes progressive enhancement patterns using Web Components. While these tools reduce reliance on client-side JavaScript by shifting logic to build-time or server-side execution, they still use JavaScript where necessary for interactivity. This approach makes them particularly suitable for performance-critical and content-focused applications.[8][9][10]
Features
| Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Template:Rh| Feature detection[14] | Yes | Yes [15] |
Yes | Yes [16] |
No [17][18] |
Yes [19] |
Yes | Yes [20] |
No [21] |
Yes | Yes | No | Yes | |||||||
| Template:Rh| DOM wrapped[22] | Yes | Yes | No | Yes | Yes | Yes | Yes | No [23] |
No [24][25] |
Yes | No | Yes | Yes | |||||||
| Template:Rh| XMLHttpRequest data retrieval |
Yes | Yes | Yes [26] |
Yes | Yes | Yes | Yes | Yes [27] |
Yes [28] |
Yes | Yes | Yes | Yes | Yes | ||||||
| Template:Rh| WebSocket | Yes [26] |
Yes | Yes | Yes | Yes | No | Yes [28] |
Yes [29] |
Yes | Yes | Via Plugin | Yes [30] | ||||||||
| Template:Rh| Server push data retrieval | Yes [31] |
Yes [32] |
Yes [33] |
Yes [31] |
No | Via Plugin | Yes [34] |
Yes | ||||||||||||
| Template:Rh| Other data retrieval | Yes: XML, HTML, CSV, ATOM, AMF, JSON | Yes: XML, HTML, CSV, ATOM [35] |
Yes: XML, SOAP, AMF, Ext.Direct | Yes: RPC, RequestFactory | Yes: XML, HTML | Yes: XML, JSON, CSV, TSV [27] |
Yes: XML, HTML | Yes: XML, HTML, CS, JSON, JSArray, CSV | ||||||||||||
| Template:Rh| Drag and drop | Yes | Yes [36] |
Yes | With plugin [37] |
With plugins [38] |
Yes [39] |
Yes [40] |
Yes [41] |
Yes | Yes | Yes | Yes | Yes [42] | |||||||
| Template:Rh| Simple visual effects | Yes | Yes | Yes [43] |
Yes | Yes | Yes | Yes | Yes | Yes [44] |
Yes | Yes | Yes | Yes [45] |
Yes [46] |
Yes | Yes | ||||
| Template:Rh| Animation / advanced visual effects |
Yes | Yes [47] |
Yes [48] |
Yes | Yes | Yes | Yes | Yes [49] |
Yes | Yes | Yes [45] |
Yes | Yes [50] | |||||||
| Template:Rh| Back button support / history management |
Yes [51] |
Yes | Yes [52] |
Yes [53] |
Yes | With plugins [54] |
No | With plugin [55] |
Yes | Yes | Yes | Yes | Yes | |||||||
| Template:Rh| Input form widgets & validation | Yes | Yes | Yes [56] |
Yes | Yes | Yes: Validation requires plugin[57] |
With plugins [58] |
Yes [59] |
Yes | Yes | Yes | Yes | Yes | Yes | Yes [60][61] | |||||
| Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | |
| Template:Rh| Grid | Yes | Yes [62] |
Yes | Yes | With plugins [63] |
Yes [64] |
With plugin [65] |
Yes | Yes | Yes | Yes | Yes [66] | ||||||||
| Template:Rh| Hierarchical Tree | Yes | Yes [67] |
Yes [68] |
Yes [69] |
Yes | With plugins [70] |
Yes [71] |
With plugins [72] |
Yes | Yes [73] |
Yes | Yes | Yes [74] | |||||||
| Template:Rh| Rich text editor | No | Yes | Yes [75] |
Yes [76] |
Yes | With plugins [77] |
Yes [78] |
Yes [79] |
Yes | Via plugin | Yes | Yes [80] | ||||||||
| Template:Rh| Autocompletion tools | No | Yes [81] |
Yes | Yes | Yes [82] |
Yes [83] |
With plugin [84] |
Yes | With plugins | Yes | Yes | |||||||||
| Template:Rh| HTML generation tools | No | Yes [85] |
Yes | Yes | Yes | Yes [78] |
Yes [86] |
Yes | Yes | Yes | Yes | Yes | ||||||||
| Template:Rh| Widgets themeable / skinnable | Yes | Yes [87] |
Yes | Yes [88] |
Yes [89] |
Yes [90] |
Yes | Yes | Yes | Yes | Yes | Yes | ||||||||
| Template:Rh| GUI resizable panels and modal dialogs | Yes | Yes | Yes | Yes [91] |
Yes | With plugins | Yes [92] |
Yes [93] |
Yes | Yes | Yes [94] |
Yes | ||||||||
| Template:Rh| GUI page layout | Yes | Yes | Yes | With plugin [95] |
Yes [96][97] |
Yes [93] |
Yes | Yes | Yes [94] |
Yes [98] | ||||||||||
| Template:Rh| Canvas support | Yes | Yes [99] |
Yes | Yes | Yes | With plugin [100] |
Yes [101] |
Yes [102] |
Yes | Yes | Yes [103] |
Yes | ||||||||
| Template:Rh| Mobile/tablet support (touch events) | Yes | Yes | Yes [104] |
Yes | Yes | Yes | With plugin [105] |
With plugin [106] |
Yes [107] |
With plugin [108] |
Yes | Yes | Yes | Yes [109] |
Yes [110] | |||||
| Template:Rh| Accessibility / graceful degradation[111] |
Yes | Yes [112] |
No | Yes | Yes [16] |
Yes [113] |
Yes | Yes [114] |
Yes | No [115] |
Degradation: No Accessibility: Yes |
Yes | Yes [116] | |||||||
| Template:Rh| ARIA compliant | Yes [112] |
Yes [16] |
Yes [117] |
Yes [114] |
Yes | No | Yes | Yes [118] |
Yes | Yes [119] | ||||||||||
| Template:Rh| Developer tools, Visual design | Yes [120][121] |
in progress [122] |
Yes [123][124][125] |
Yes | Yes [126][127] |
Yes [128][129][130] |
Yes [131][132] |
Yes [133] |
No | Yes | Yes [134][135] | |||||||||
| Template:Rh| Offline storage[136] | Yes | No [137] |
Yes | Yes [138] |
Via Google Gears [139] |
With plugin [140] |
Yes [141] |
Yes | Yes | Yes | Yes | |||||||||
| Template:Rh| Cross-browser 2d Vector Graphics[142] | Yes [143] |
Yes | With plugin [144] |
Yes [101] |
Yes [145] |
No | Yes [103] |
Yes (via Raphael)[146] | ||||||||||||
| Template:Rh| Charting & Dashboard[147] | Yes | Yes [148] |
Yes [149] |
With plugin [150][151] |
Yes [152][153] |
No | Yes [154] |
Yes [155] | ||||||||||||
| Template:Rh| RTL Support in UI Components | Yes | Yes | Yes | Depends on the plugin used | Yes [114] |
Yes | Yes | No | ||||||||||||
| Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth | Template:Verth |
Browser support
| Framework | Internet Explorer | Mozilla Firefox | Safari | Opera | Chrome | Edge |
|---|---|---|---|---|---|---|
| Template:Rh|Angular | Latest and extended support release | 2 most recent major versions | Latest and previous stable version | 2 most recent major versions | ||
| Template:Rh|AngularJS (1.3) | 8+ (9+) | 4+ | 5+ | 11+ | 30+ | |
| Template:Rh|Apache Royale | 9 (Edge --> 10) | 21 | 6 | 15 | 23 | |
| Template:Rh|Dojo | 6+ | 3+[156] | 4[156] | 10.50+[156] | 3[156] | |
| Template:Rh|Ember.js | 6+ | 3+ | 4+ | 10.6+ | 14+ | |
| Template:Rh|Enyo | 8+[157] | >4[157] | >5[157] | >10[157] | ||
| Template:Rh|Ext JS | 8+ | 45+ | 11+ | 43+ | 64+[158] | |
| Template:Rh|Google Web Toolkit | 8+ | 1+ | 5+ | 9+ | 1+ | |
| Template:Rh|jQuery (3.x) | 6+ (9+)[159] | 2+[159] | 3+[159] | 9+[159] | 1+[159] | |
| Template:Rh|jQWidgets | 7+[160] | 2+[160] | 3+[160] | 9+[160] | 1+[160] | |
| Template:Rh|MooTools | 6+ | 2+ | 3+ | 9+ | 1+ | |
| Template:Rh|Prototype & script. aculo.us[4] | 6+ | 1.5+ | 2.0.4+ | 9.25+ | 1+ (starting with 1.6.1RC3) | |
| Template:Rh|qooxdoo | 6+ | 2+ | 3+ | 9+ | 2+ | |
| Template:Rh|React | ||||||
| Template:Rh|SAP OpenUI5[161] | 11+ | Latest Stable and ESR | Last 2 | Latest Version | ||
| Template:Rh|SproutCore | 6+ | 3+ | 4+ | 9+ | 1+ | |
| Template:Rh|Svelte | 21+ | 6+ | 15+ | 23+ | 12+ | |
| Template:Rh|Vue | 10+ | 21+ | 6+ | 15+ | 23+ | 12+ |
| Template:Rh|ZK | 6+ | 2.0+ | 3+ | 9+ | 2+ | |
| Template:Rh|Webix | 11+[162] | 93+[162] | 5+[162] | 95+[162] | 95+[162] | 95+[162] |
Notes
Page Template:Reflist/styles.css has no content.
- ^ Page Module:Citation/CS1/styles.css has no content."About Enyo JS". enyojs.com. Retrieved 23 November 2014.
- ^ Page Module:Citation/CS1/styles.css has no content."Ext JS 7.3.0 Licensing". sencha.com. Archived from the original on 9 January 2011. Retrieved 5 November 2020.
- ^ Page Module:Citation/CS1/styles.css has no content."License - Javascript, HTML5, jQuery Widgets". jqwidgets.com. Retrieved 17 December 2015.
- ^ a b script.aculo.us is an add-on to Prototype.
- ^ Page Module:Citation/CS1/styles.css has no content."OpenUI5". GitHub. Retrieved 22 December 2020.
- ^ Page Module:Citation/CS1/styles.css has no content."JavaScript UI Components Library Webix - Licenses". webix.com. Retrieved 1 June 2022.
- ^ Page Module:Citation/CS1/styles.css has no content."ZK - Leading Enterprise Java Web Framework". ZK - Java Web Framework. Retrieved 1 June 2022.
- ^ a b c Page Module:Citation/CS1/styles.css has no content.Uzayr, Sufyan bin; Cloud, Nicholas; Ambler, Tim (November 2019). JavaScript Frameworks for Modern Web Development: The Essential Frameworks, Libraries, and Tools to Learn Right Now. Apress. ISBN 978-1484249949.
- ^ a b c Page Module:Citation/CS1/styles.css has no content.Rojas, Carlos (13 November 2020). Building Native Web Components: Front-End Development with Polymer and Vue.js. Apress. ISBN 978-1484259047.
- ^ a b c Page Module:Citation/CS1/styles.css has no content.Scherer, Justin (28 February 2020). Hands-On JavaScript High Performance: Build faster web apps using Node.js, Svelte.js, and WebAssembly. Packt Publishing, Limited. ISBN 978-1838821098.
- ^ Page Module:Citation/CS1/styles.css has no content."Enhance". GitHub.
- ^ Page Module:Citation/CS1/styles.css has no content."Astro framework". GitHub.
- ^ Page Module:Citation/CS1/styles.css has no content."Fresh". GitHub.
- ^ Feature detection is preferred by many to browser sniffing to support future browsers: Browser Detecting (and what to do Instead), Feature Detection: State of the Art Browser Scripting, Browser Feature Detection Script error: No such module "webarchive".
- ^ Page Module:Citation/CS1/styles.css has no content."dojo/has – The Dojo Toolkit - Reference Guide". dojotoolkit.org.
- ^ a b c Page Module:Citation/CS1/styles.css has no content."Ext JS 7.3.0 - Sencha Docs". docs.sencha.com.
- ^ Page Module:Citation/CS1/styles.css has no content."Google Code Archive - Long-term storage for Google Code Project Hosting". code.google.com.
- ^ Page Module:Citation/CS1/styles.css has no content."Google Groups". google.com.
{{cite web}}: CS1 maint: deprecated archival service (link) - ^ Page Module:Citation/CS1/styles.css has no content.jquery.org, jQuery Foundation - (14 January 2009). "jQuery 1.3 Released - Official jQuery Blog". docs.jquery.com.
- ^ Page Module:Citation/CS1/styles.css has no content."MooTools Blog: MooTools Core 1.3 Stable and MooTools More 1.3RC". mootools.net.
- ^ Feature detection all the way Script error: No such module "webarchive".
- ^ Page Module:Citation/CS1/styles.css has no content.kangax (5 April 2010). "What's wrong with extending the DOM". Retrieved 6 April 2010.
- ^ Page Module:Citation/CS1/styles.css has no content."MooTools Core Documentation". mootools.net.
- ^ Page Module:Citation/CS1/styles.css has no content."Prototype API Documentation - Element (Deprecated URL)". prototypejs.org.
- ^ Page Module:Citation/CS1/styles.css has no content."Prototype 2.0 will not extend the DOM - Ajaxian". ajaxian.com. 17 November 2015.
- ^ a b AJAX and Dojo Script error: No such module "webarchive".
- ^ a b Page Module:Citation/CS1/styles.css has no content."jQuery Data Adapter". jqwidgets.com. Retrieved 17 December 2015.
- ^ a b Page Module:Citation/CS1/styles.css has no content."MooTools Core Documentation". mootools.net.
- ^ Page Module:Citation/CS1/styles.css has no content.Schäfer, Holger (25 January 2014). "OpenUI5 Developer: Simple chat server example using UI5 WebSocket".
- ^ Page Module:Citation/CS1/styles.css has no content."WebSockets (Faye) of Guides, Interacting with the Server Side Webix Docs". docs.webix.com. Archived from the original on 3 August 2018. Retrieved 25 November 2016.
- ^ a b Page Module:Citation/CS1/styles.css has no content."CometD JavaScript | cometd.org". Archived from the original on 19 September 2010. Retrieved 7 October 2010.
- ^ Page Module:Citation/CS1/styles.css has no content."kembuco/extjs-cometd". GitHub. 8 July 2020.
- ^ Page Module:Citation/CS1/styles.css has no content."Google Code Archive - Long-term storage for Google Code Project Hosting". code.google.com.
- ^ Page Module:Citation/CS1/styles.css has no content."ZK - Leading Enterprise Ajax Solutions".
- ^ Page Module:Citation/CS1/styles.css has no content."Dojox/Data - DojoCampus - Docs". Archived from the original on 17 March 2009. Retrieved 23 April 2009.
- ^ Page Module:Citation/CS1/styles.css has no content."Dojo/DND - DojoCampus - Docs". Archived from the original on 6 April 2009. Retrieved 23 April 2009.
- ^ Page Module:Citation/CS1/styles.css has no content."fredsa/gwt-dnd". GitHub. 8 February 2022.
- ^ Page Module:Citation/CS1/styles.css has no content.js.foundation, JS Foundation -. "Draggable - jQuery UI". jqueryui.com.
- ^ Page Module:Citation/CS1/styles.css has no content."jQuery DragDrop Plugin". jqwidgets.com. Retrieved 17 December 2015.
- ^ Page Module:Citation/CS1/styles.css has no content."MooTools More Documentation". mootools.net.
- ^ Page Module:Citation/CS1/styles.css has no content."OpenUI5 SDK - Demo Kit v2.0". openui5.hana.ondemand.com.
- ^ Page Module:Citation/CS1/styles.css has no content."Drag-and-Drop Support of UI Widgets, Tree Webix Docs". docs.webix.com.
- ^ Page Module:Citation/CS1/styles.css has no content."Dojo/Fx - DojoCampus - Docs". Archived from the original on 16 April 2009. Retrieved 23 April 2009.
- ^ Page Module:Citation/CS1/styles.css has no content."MooTools Core Documentation". mootools.net.
- ^ a b Page Module:Citation/CS1/styles.css has no content."Showcase". showcase.sproutcore.com.
- ^ Page Module:Citation/CS1/styles.css has no content."transition: • Docs • Svelte".
- ^ Page Module:Citation/CS1/styles.css has no content."Dojox/Fx - DojoCampus - Docs". Archived from the original on 4 March 2009. Retrieved 23 April 2009.
- ^ Page Module:Citation/CS1/styles.css has no content."Enyo API Reference". enyojs.com. Archived from the original on 20 December 2013. Retrieved 1 August 2012.
- ^ Page Module:Citation/CS1/styles.css has no content."MooTools Core Documentation". mootools.net.
- ^ Page Module:Citation/CS1/styles.css has no content."Animation of Guides, Styling and Animation Webix Docs". docs.webix.com.
- ^ Page Module:Citation/CS1/styles.css has no content."Dojo/Back - DojoCampus - Docs". Archived from the original on 2 April 2009. Retrieved 23 April 2009.
- ^ Page Module:Citation/CS1/styles.css has no content."Enyo API Viewer". enyojs.com. Archived from the original on 24 March 2016. Retrieved 24 April 2014.
- ^ Page Module:Citation/CS1/styles.css has no content."Since v2.2". Archived from the original on 29 December 2010. Retrieved 11 September 2010.
- ^ Page Module:Citation/CS1/styles.css has no content.Asual. "Asual". asual.com.
- ^ Page Module:Citation/CS1/styles.css has no content."cpojer/mootools-history". GitHub. 10 October 2021.
- ^ Page Module:Citation/CS1/styles.css has no content."Dijit/Form - DojoCampus - Docs". Archived from the original on 3 April 2009. Retrieved 23 April 2009.
- ^ Page Module:Citation/CS1/styles.css has no content."Input Validation with GWT". Archived from the original on 20 July 2011. Retrieved 11 October 2018.
- ^ Page Module:Citation/CS1/styles.css has no content.js.foundation, JS Foundation -. "jQuery Plugin Registry". plugins.jquery.com.
- ^ Page Module:Citation/CS1/styles.css has no content."jQuery Validator". jqwidgets.com. Retrieved 17 December 2015.
- ^ Page Module:Citation/CS1/styles.css has no content."Data Validation of Guides, Managing Data in a Component Webix Docs". docs.webix.com.
- ^ Page Module:Citation/CS1/styles.css has no content."Formatted Text Inputs of UI Controls, Text Webix Docs". docs.webix.com.
- ^ Page Module:Citation/CS1/styles.css has no content."Dojox/Grid - DojoCampus - Docs". Archived from the original on 23 April 2009. Retrieved 23 April 2009.
- ^ Page Module:Citation/CS1/styles.css has no content."jqGrid ShieldUI jQuery Grid".
- ^ Page Module:Citation/CS1/styles.css has no content."jQuery Grid, JavaScript Grid, jqxGrid, DataGrid, jQuery DataGrid". jqwidgets.com. Retrieved 17 December 2015.
- ^ Page Module:Citation/CS1/styles.css has no content."JxLib Library". Archived from the original on 18 February 2009. Retrieved 18 November 2008. or Page Module:Citation/CS1/styles.css has no content."sortable table plugin". phatfusion. Archived from the original on 22 April 2009. or Page Module:Citation/CS1/styles.css has no content."DrasticGrid". Archived from the original on 15 April 2017. Retrieved 22 May 2009.
- ^ Page Module:Citation/CS1/styles.css has no content."JavaScript Table (Grid) Widget – Webix HTML DataTable". webix.com.
- ^ Page Module:Citation/CS1/styles.css has no content."Dijit/Tree - DojoCampus - Docs". Archived from the original on 9 May 2009. Retrieved 23 April 2009.
- ^ Page Module:Citation/CS1/styles.css has no content."Enyo JavaScript Framework - Example - DiscoverSDK Code Examples".
- ^ Page Module:Citation/CS1/styles.css has no content."Sencha - Ext JS 7.3.0 Examples". sencha.com. Archived from the original on 12 May 2014. Retrieved 5 August 2012.
- ^ Page Module:Citation/CS1/styles.css has no content."treeview". Archived from the original on 9 October 2008., Page Module:Citation/CS1/styles.css has no content."file_tree_viewer". Archived from the original on 18 July 2008.
- ^ Page Module:Citation/CS1/styles.css has no content."jQuery Tree". jqwidgets.com. Retrieved 17 December 2015.
- ^ Page Module:Citation/CS1/styles.css has no content."mootree". sites.google.com. Archived from the original on 11 September 2016. Retrieved 18 November 2008.
- ^ Page Module:Citation/CS1/styles.css has no content."Demo browser". Archived from the original on 2 April 2016. Retrieved 3 October 2008.
- ^ Page Module:Citation/CS1/styles.css has no content."Tree Table or TreeGrid - Webix HTML5 library with jQuery integration". webix.com.
- ^ Page Module:Citation/CS1/styles.css has no content."Dijit/Editor - DojoCampus - Docs". Archived from the original on 16 April 2009. Retrieved 23 April 2009.
- ^ Page Module:Citation/CS1/styles.css has no content."HTML Editor". sencha.com.
- ^ markitup, jwysiwyg, htmlbox Script error: No such module "webarchive"., WYMeditor Script error: No such module "webarchive".
- ^ a b Page Module:Citation/CS1/styles.css has no content."jQuery Editor". jqwidgets.com. Retrieved 17 December 2015.
- ^ Page Module:Citation/CS1/styles.css has no content."MooEditable". cheeaun.github.com. Archived from the original on 1 March 2013. Retrieved 19 September 2017.
- ^ Page Module:Citation/CS1/styles.css has no content."RichText - The RichText control documentation: overview and initialization. Webix Docs". docs.webix.com.
- ^ Page Module:Citation/CS1/styles.css has no content."Dijit/Form/ComboBox - DojoCampus - Docs". Archived from the original on 18 April 2009. Retrieved 23 April 2009.
- ^ Page Module:Citation/CS1/styles.css has no content.js.foundation, JS Foundation -. "Autocomplete - jQuery UI". jqueryui.com.
- ^ Page Module:Citation/CS1/styles.css has no content."jQuery Input, jQuery Auto Complete". jqwidgets.com. Retrieved 17 December 2015.
- ^ Page Module:Citation/CS1/styles.css has no content."AutoCompleter » digitarald:Harald Kirschner". digitarald.de. Archived from the original on 23 October 2017. Retrieved 25 April 2008.
- ^ As of Dojo 1.3, the NodeList.addContent() api can be used to create content for example: dojo.query(".note").addContent("h4 NOTE: h4", "before");
- ^ MooTools Elements Script error: No such module "webarchive".
- ^ Page Module:Citation/CS1/styles.css has no content.UAB, Dinamenta. "JavaScript UI Library, Ajax Components & HTML5 Framework - Online Skin Builder". dhtmlx.com.
- ^ Page Module:Citation/CS1/styles.css has no content."Blog". 26 February 2015.
- ^ Page Module:Citation/CS1/styles.css has no content."Skinning GWT controls with style sheets". Archived from the original on 12 September 2008. Retrieved 17 March 2015.
- ^ Page Module:Citation/CS1/styles.css has no content.js.foundation, JS Foundation -. "ThemeRoller - jQuery UI". jqueryui.com.
- ^ Page Module:Citation/CS1/styles.css has no content."Best JavaScript Frameworks". 16 September 2019.
- ^ Page Module:Citation/CS1/styles.css has no content."jQuery Window". jqwidgets.com. Retrieved 17 December 2015.
- ^ a b Using MochaUI Library or JxLib Script error: No such module "webarchive".
- ^ a b Page Module:Citation/CS1/styles.css has no content."A Sip of WYSIWYG Development with ZK Studio". Archived from the original on 12 October 2008. Retrieved 27 April 2011.
- ^ Page Module:Citation/CS1/styles.css has no content."Google Code Archive - Long-term storage for Google Code Project Hosting". code.google.com.
- ^ Page Module:Citation/CS1/styles.css has no content."jQuery Docking Layout". jqwidgets.com. Retrieved 17 December 2015.
- ^ Page Module:Citation/CS1/styles.css has no content."jQuery Splitter". jqwidgets.com. Retrieved 17 December 2015.
- ^ Page Module:Citation/CS1/styles.css has no content."JavaScript layout library Webix for Web Apps Developers". webix.com.
- ^ dojo.gfx Script error: No such module "webarchive".
- ^ Page Module:Citation/CS1/styles.css has no content."jCanvas". jCanvas.
- ^ a b Page Module:Citation/CS1/styles.css has no content."jQuery Draw Plugin". jqwidgets.com. Retrieved 17 December 2015.
- ^ Page Module:Citation/CS1/styles.css has no content."Mocha UI – MooTools Canvas UI class - Ajaxian". ajaxian.com. 17 November 2015.
- ^ a b Page Module:Citation/CS1/styles.css has no content."ZK - Leading Enterprise Ajax Solutions".
- ^ Page Module:Citation/CS1/styles.css has no content."Dojo's new Mobile App Project". 13 June 2010.
- ^ Page Module:Citation/CS1/styles.css has no content."Google Code Archive - Long-term storage for Google Code Project Hosting". code.google.com.
- ^ Page Module:Citation/CS1/styles.css has no content."jQT". jQT.
- ^ Page Module:Citation/CS1/styles.css has no content."jQWidgets Mobile Demos". jqwidgets.com. Retrieved 17 December 2015.
- ^ Page Module:Citation/CS1/styles.css has no content."cpojer/mootools-mobile". GitHub. 10 October 2021.
- ^ Page Module:Citation/CS1/styles.css has no content."ZK - Leading Enterprise Java Web Framework". ZK - Java Web Framework.
- ^ [1] Webix mobile/tablet support
- ^ All JavaScript frameworks can be written in an accessible way with graceful degradation, frameworks seen here which imply out-of-the-box accessibility have made a special effort to document best practices for their particular framework.
- ^ a b Page Module:Citation/CS1/styles.css has no content."Quickstart/WritingWidgets/A11y - DojoCampus - Docs". Archived from the original on 6 April 2009. Retrieved 23 April 2009.
- ^ Page Module:Citation/CS1/styles.css has no content."Built-in Accessibility in GWT 1.5 Applications".
- ^ a b c Page Module:Citation/CS1/styles.css has no content."jQWidgets Accessibility Overview". jqwidgets.com. Retrieved 17 December 2015.
- ^ Qooxdoo's "Extreme JavaScript" paradigm Script error: No such module "webarchive".
- ^ Page Module:Citation/CS1/styles.css has no content."Accessibility of Guides, Designing User Interface Webix Docs". docs.webix.com.
- ^ Page Module:Citation/CS1/styles.css has no content.js.foundation, JS Foundation -. "About jQuery UI - jQuery UI". jqueryui.com.
- ^ Page Module:Citation/CS1/styles.css has no content."Compiler Warnings • Docs • Svelte".
- ^ Page Module:Citation/CS1/styles.css has no content."Accessibility of Guides, Designing User Interface Webix Docs". docs.webix.com.
- ^ Wavemaker
- ^ Aptana Studio
- ^ Page Module:Citation/CS1/styles.css has no content."HP webOS Developer Blog". Archived from the original on 9 July 2012. Retrieved 5 August 2012.
- ^ Page Module:Citation/CS1/styles.css has no content."Sencha Architect". 25 March 2015.
- ^ Page Module:Citation/CS1/styles.css has no content."Blog". 26 February 2015.
- ^ Page Module:Citation/CS1/styles.css has no content."Sencha Ext JS". 5 November 2020.
- ^ Page Module:Citation/CS1/styles.css has no content.troy.giunipero@sun.com, lloyd.dunn @ sun.com. "Using jQuery to Enhance the Appearance and Usability of a Web Page - NetBeans Tutorial". netbeans.org. Archived from the original on 12 July 2017. Retrieved 9 February 2010.
- ^ Page Module:Citation/CS1/styles.css has no content.js.foundation, JS Foundation -. "jQuery API Documentation". api.jquery.com.
- ^ Page Module:Citation/CS1/styles.css has no content."Theme Builder for jQWidgets". jqwidgets.com. Retrieved 17 December 2015.
- ^ Page Module:Citation/CS1/styles.css has no content."ßeta - jQWidgets Charts Studio". jqwidgets.com. Retrieved 17 December 2015.
- ^ Page Module:Citation/CS1/styles.css has no content."JSEditor". jqwidgets.com. Retrieved 17 December 2015.
- ^ Page Module:Citation/CS1/styles.css has no content."MooTools-core Documentation". Archived from the original on 2 October 2009. Retrieved 14 October 2009.
- ^ Page Module:Citation/CS1/styles.css has no content."MooTools-more Document". Archived from the original on 4 October 2009. Retrieved 14 October 2009.
- ^ Custom build, JS Linker, API generation, Unit test framework, etc. Script error: No such module "webarchive".
- ^ Page Module:Citation/CS1/styles.css has no content."Webix Skin Builder". webix.com.
- ^ Page Module:Citation/CS1/styles.css has no content."Formbuilder". webix.com.
- ^ JavaScript frameworks currently only have the ability to support offline storage by taking advantage of pre-installed browser extensions such as Google Gears. If a user does not have one of these supported extensions installed in their browser already then offline support will be unavailable to the framework. JavaScript framework developers interested in implementing Gears may want to start with the Gears Getting Started Guide.
- ^ o.DojoToolkit.Org/offline Script error: No such module "webarchive". says "Dojo Offline is no longer supported after Dojo 1.3"
- ^ Page Module:Citation/CS1/styles.css has no content."Ext JS 7.3.0 - Sencha Docs". docs.sencha.com.
- ^ Page Module:Citation/CS1/styles.css has no content."googlearchive/gwt-google-apis". GitHub. 24 April 2021.
- ^ Page Module:Citation/CS1/styles.css has no content."jQuery HTML5 Storage plugin - daveschindler". sites.google.com. Archived from the original on 4 March 2017. Retrieved 15 October 2012.
- ^ Page Module:Citation/CS1/styles.css has no content."This example shows how to Save/Load the Grid's state". jqwidgets.com. Retrieved 17 December 2015.
- ^ Some JavaScript libraries provide 2d graphics primitives that can be used for cross-browser vector graphics. These libraries rely on underlying technologies in the browser or plugins such as Canvas, SVG, VML, Flash, and Silverlight to do the actual rendering, but help isolate application and widget code from the rendering engine API differences
- ^ Page Module:Citation/CS1/styles.css has no content."Dojox/GFX - DojoCampus - Docs". Archived from the original on 9 March 2009. Retrieved 23 April 2009.
- ^ jQuery SVG plugin
- ^ Page Module:Citation/CS1/styles.css has no content."kamicane/art". GitHub. 26 February 2021.
- ^ Page Module:Citation/CS1/styles.css has no content."Chart Integration - Third-party charts integration guide. Webix Docs". docs.webix.com.
- ^ Some JavaScript libraries include widgets for Charts, Gauges, and other data visualizations.
- ^ Page Module:Citation/CS1/styles.css has no content."Dojox/Charting - DojoCampus - Docs". Archived from the original on 3 March 2009. Retrieved 23 April 2009.
- ^ Chart API
- ^ Page Module:Citation/CS1/styles.css has no content."Flot: Attractive JavaScript plotting for jQuery". flotcharts.org.
- ^ jQuery Visualize Plugin Script error: No such module "webarchive".
- ^ Page Module:Citation/CS1/styles.css has no content."jqxChart - javascript chart widget powered by jQuery, HTML5, SVG". jqwidgets.com. Retrieved 17 December 2015.
- ^ Page Module:Citation/CS1/styles.css has no content."jQuery Gauge". jqwidgets.com. Retrieved 17 December 2015.
- ^ Page Module:Citation/CS1/styles.css has no content."ZK Live Demo - Other Charts". Live Demo - ZK Web Application Framework.
- ^ Page Module:Citation/CS1/styles.css has no content."JavaScript Charts UI Widget - Webix JS Charts". webix.com.
- ^ a b c d Page Module:Citation/CS1/styles.css has no content."Releasenotes/1.4 - DojoCampus - Docs". Archived from the original on 8 February 2010. Retrieved 17 December 2009.
- ^ a b c d Page Module:Citation/CS1/styles.css has no content."Supported Platforms | Enyo JS". Archived from the original on 23 July 2012. Retrieved 26 July 2012.
- ^ Page Module:Citation/CS1/styles.css has no content."Sencha Ext JS". 5 November 2020.
- ^ a b c d e Page Module:Citation/CS1/styles.css has no content.js.foundation, JS Foundation -. "Browser Support - jQuery". docs.jquery.com.
- ^ a b c d e Page Module:Citation/CS1/styles.css has no content."jQuery UI Widgets - Help Documentation". jqwidgets.com. Retrieved 17 December 2015.
- ^ Page Module:Citation/CS1/styles.css has no content."OpenUI5SDK - Demo Kit". openui5.hana.ondemand.com. Retrieved 22 March 2021.
- ^ a b c d e f Page Module:Citation/CS1/styles.css has no content."Compatibility Webix Docs". docs.webix.com.
Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found. Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found. Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found.