
Filtre actif, cliquez pour en enlever un tag :
Cliquez sur un tag pour affiner votre recherche :
[ << Page précédente (50) ] [ Page suivante (0) >> ]
Article Wikipedia : https://en.wikipedia.org/wiki/Static_site_generator
Définition de SvelteKit : https://kit.svelte.dev/docs/glossary#ssg
Article Wikipedia : https://en.wikipedia.org/wiki/Single-page_application
Définition de SvelteKit : https://kit.svelte.dev/docs/glossary#spa
Les données de fixtures sont des ensembles de données statiques ou préconfigurées utilisées pour des environnements de développement et de test d'une application web. Leur objectif est de fournir un contexte fonctionnel réaliste pour tester les fonctionnalités, sans dépendre de données dynamiques ou de production.
Voir aussi : données de démo.
Voici une définition : https://kit.svelte.dev/docs/glossary#hydration
Svelte components store some state and update the DOM when the state is updated. When fetching data during SSR, by default SvelteKit will store this data and transmit it to the client along with the server-rendered HTML. The components can then be initialized on the client with that data without having to call the same API endpoints again. Svelte will then check that the DOM is in the expected state and attach event listeners in a process called hydration. Once the components are fully hydrated, they can react to changes to their properties just like any newly created Svelte component.
TinaCMS est un Headless CMS open source basé sur Git et écrit en TypeScript.
Site officiel : https://tina.io
Dépôt GitHub : https://github.com/tinacms/tinacms
Dépôt GitHub : https://github.com/tailwindlabs/tailwindcss
Dernière page.