Creating Svelte, Sapper and WordPress Website
In this series we are going to be using WordPress REST API and Sapper for Svelte to create a modern, headless website that is going to be using WordPress as a backend and Svelte as a frontend.
Creating Svelte, Sapper and WordPress WebsiteFetching The Posts
In this first part of the "Creating Svelte, Sapper and WordPress Website" series we are going to connect to our WordPress API to fetch the posts and display them on our homepage
Creating Svelte, Sapper and WordPress WebsitePost Details And Environment Variables
In this episode of Creating Svelte, Sapper and WordPress sites we are going to link our post list to the details page of each post, and also learn how to setup environment variables.
Creating Svelte, Sapper and WordPress WebsitePagination And Sass Support
In this episode we are going to learn how to paginate our post list and how to add Sass support to our Svelte, Sapper and WordPress application.
Creating Svelte, Sapper and WordPress WebsiteHandling Categories
In this episode of we are going to learn how to handle categories from WordPress in our Sapper for Svelte app.
Creating Svelte, Sapper and WordPress WebsiteRefactoring - Making It SSR Ready
In this episode we are going to refactor our Sapper and Svelte code to make it ready for Server Side Rendering or SSR
Creating Svelte, Sapper and WordPress WebsiteNavigation And Pages
In this episode we are going to learn how to display navigation from our WordPress installation and display it in our Sapper and Svelte app
Creating Svelte, Sapper and WordPress WebsiteDeploying On Zeit Now With SSR
In this episode we are going to deploy our WordPress, Svelte and Sapper app to Zeit Now and make it SSR ready.