| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente |
| informatique:javascript [18/04/2025 18:45] – [Javascript] cyrille | informatique:javascript [11/06/2025 16:54] (Version actuelle) – ↷ Liens modifiés en raison d'un déplacement. 114.119.143.104 |
|---|
| Voir aussi: | Voir aussi: |
| * UI Suite for Vue.js https://primevue.org compliant with [[/glossaire/WCAG|WCAG 2.0]], 80+ components | * UI Suite for Vue.js https://primevue.org compliant with [[/glossaire/WCAG|WCAG 2.0]], 80+ components |
| * [[/informatique/php/laravel#vuejs|Laravel & Vue.js]] | * [[informatique:php:laravel_1#vuejs|Laravel & Vue.js]] |
| * collection de scripts et plugins : http://www.vuescript.com | * collection de scripts et plugins : http://www.vuescript.com |
| * [[https://vuetifyjs.com/|vuetify.js]] is a semantic component framework for Vue.js 2. It aims to provide clean, semantic and reusable components that make building your application a breeze. Vuetify.js uses Google's Material Design design pattern, taking cues from other popular frameworks such as Materialize.css, Material Design Lite, Semantic UI and Bootstrap 4. | * [[https://vuetifyjs.com/|vuetify.js]] is a semantic component framework for Vue.js 2. It aims to provide clean, semantic and reusable components that make building your application a breeze. Vuetify.js uses Google's Material Design design pattern, taking cues from other popular frameworks such as Materialize.css, Material Design Lite, Semantic UI and Bootstrap 4. |
| |
| ==== Promise ==== | ==== Promise ==== |
| | |
| | Sur la page [[/informatique/javascript/jquery|jquery]] (promise, deferred) |
| |
| * [[https://dev.to/kishan45/callbacks-vs-promises-vs-asyncawait-detailed-comparison-42np|Callbacks vs. Promises vs. Async/Await: Detailed Comparison]] | * [[https://dev.to/kishan45/callbacks-vs-promises-vs-asyncawait-detailed-comparison-42np|Callbacks vs. Promises vs. Async/Await: Detailed Comparison]] |
| * [[https://dev.to/afifsohaili/dealing-with-promises-in-an-array-with-async-await-5d7g|Dealing with Promises In an Array with async/await]] | * [[https://dev.to/afifsohaili/dealing-with-promises-in-an-array-with-async-await-5d7g|Dealing with Promises In an Array with async/await]] |
| | * [[https://developers.google.com/web/fundamentals/primers/promises/?hl=en#promise-terminology|About Promise]] |
| | |
| | |
| |
| ==== WebSockets ==== | ==== WebSockets ==== |