This Mission: Building with SvelteKit and GraphCMS

Learn how to build production ready web applications with SvelteKit and GraphCMS
What you'll learn
- SvelteKit GraphCMS Mission Introduction
- What is Svelte and SvelteKit
- SvelteKit GraphCMS project set up
- SvelteKit static build and deployments
- SvelteKit pages and head api
- Setting up the backend for data
- Fetching data in GraphQL
- Svelte each directive
- SvelteKit routing
- Endpoints in SvelteKit
- Deploying to Netlify with Git
- Styling with Tailwind and DaisyUI
Want to get familiar with the framework that took the top spot for most loved framework on the Stack Overflow developer survey in 2021?
Svelte is a super versatile framework with no virtual dom unlike React and Vue, it's a compiler that builds your projects into vanilla HTML, CSS and JavaScript.
This mission will go over the basics of setting up with SvelteKit and querying data from a GraphQL API and using that data in SvelteKit endpoints to retrieve data via HTTP for use in the client (browser).