SvelteKit Stores Using Local Storage With Skeleton UI (Persistent Store)

Описание к видео SvelteKit Stores Using Local Storage With Skeleton UI (Persistent Store)

🎓 Join my learning platform for module based courses, learning exercises, and more: https://coderprep.com/

In this video we go over how to use Local Storage alongside SvelteKit stores (Such as a writable) in order to create persistent states in our SvelteKit applications. We also use TypeScript to ensure that certain values inside of our SvelteKit store is typed to a certain interface we create during the tutorial. We also cover a bunch of topics such as handling text inputs, array manipulation, and creating / deleting data within our SvelteKit writable.

Final project code: https://github.com/coopercodes/Svelte...

0:00 Introduction / project showcase
1:26 Setting up Skeleton UI
3:00 Creating user interface
5:35 Initializing our writable with Local Storage
8:41 Creating addContact function
12:00 Rendering list contacts from Local Storage
13:22 Creating deleteContact function
16:31 Final project / thanks for watching!

Комментарии

Информация по комментариям в разработке