Using the Load function in SvelteKit to display a blog post list from an API with Markdown
Displaying our list of blog posts is a simple first step to building out a real application. Blogs are one of the most common application out there, and displaying a list of objects is standard in any application. This episode goes through the complete steps necessary to display out posts.
š¤Æ Support on Patreon
ā±ļø Timestamps:
š Newsletter:
šŖElse where:
šConcepts:
šResources:
š¬ Subscribe!
My name is David W Parker and Iām creating and publishing videos on ProgrammingTIL to help teach anyone and everyone who wants to code. Iām a huge fan of Ruby on Rails, Svelte, TailwindCSS, and WebGL. Iāve used React a lot in the past, as well as some Vue and AngularJS. Iāve done some professional Python and Django. I like to create real applications and my tutorials will walk you through how to build something real from beginning-to-end.
š¤Æ Support on Patreon
- https://www.patreon.com/davidwparker
ā±ļø Timestamps:
- 00:00 - Introduction
- 00:28 - Demo and Readme
- 01:45 - new packages
- 02:20 - classes for markdown in app.html
- 03:20 - Changes in index.html to display posts
š Newsletter:
- https://www.programmingtil.com/
šŖElse where:
- Twitter: https://twitter.com/davidwparker
- Twitter: https://twitter.com/programmingtil
- GitHub: https://github.com/davidwparker
šConcepts:
- Using markdown to display blog posts
npm i snarkdown --save
npm i @tailwindcss/line-clamp --save
šResources:
- https://github.com/davidwparker/programmingtil-svelte/tree/ep14
š¬ Subscribe!
- http://bit.ly/subdavidwparker
My name is David W Parker and Iām creating and publishing videos on ProgrammingTIL to help teach anyone and everyone who wants to code. Iām a huge fan of Ruby on Rails, Svelte, TailwindCSS, and WebGL. Iāve used React a lot in the past, as well as some Vue and AngularJS. Iāve done some professional Python and Django. I like to create real applications and my tutorials will walk you through how to build something real from beginning-to-end.
svelte #sveltekit
Ā© programmingtil.com