وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Master Svelte Framework – The Complete Course 2023

سرفصل های دوره

Build a user-friendly website with Svelte and SvelteKit - inc. Firebase, SSR, and more!


1. Introduction
  • 1. Introduction

  • 2. Svelte Introduction
  • 1. Introduction
  • 2.1 NodeJs.html
  • 2.2 Svelte Visual Studio Code Extension.html
  • 2.3 Visual Studio Code.html
  • 2.4 Vite (Javascript Build Engine).html
  • 2. Svelte up and Running
  • 3.1 Code.html
  • 3. Svelte Project Tour
  • 4.1 Code.html
  • 4. Creating Svelte Components
  • 5.1 Code.html
  • 5. Outputting Javascript Variables
  • 6.1 Code.html
  • 6. Props
  • 7.1 Code.html
  • 7. Styles
  • 8.1 Code.html
  • 8. Binding Variables to Inputs
  • 9.1 Code.html
  • 9.2 Milligram CSS.html
  • 9. Color Picker Challenge
  • 10.1 Code.html
  • 10. DOM Events
  • 11.1 Code.html
  • 11. Custom Events
  • 12.1 Code.html
  • 12. Reactive Statements
  • 13.1 Code.html
  • 13.2 RGB to Hex Function.html
  • 13. Reactive Variable Challenge
  • 14.1 Code.html
  • 14. If template
  • 15.1 Code.html
  • 15. Each Template
  • 16.1 Code.html
  • 16. Each Template Id
  • 17.1 Code.html
  • 17.2 CORS Chrome Plugin.html
  • 17.3 Zen Quotes Docs.html
  • 17. Await Template
  • 18.1 Bootstrap.html
  • 18.2 MTG App Component.html
  • 18.3 Team Component.html
  • 18. Magic The Gather Counter Challenge
  • 19.1 App URL.html
  • 19.2 Code.html
  • 19.3 Vercel.html
  • 19. Deploying Magic Gather Challenge
  • 20.1 App Component.html
  • 20.2 CORS Chrome Extension.html
  • 20.3 Lifecycle Hook.html
  • 20.4 Zen Quotes Docs.html
  • 20. Lifecycle Events (onMount And onDestroy)
  • 21.1 Code.html
  • 21. Lifecycle Events (beforeUpdate And afterUpdate)
  • 22.1 Code.html
  • 22.2 GeoLocation API.html
  • 22. Readable Stores
  • 23.1 Code.html
  • 23. Writable Stores
  • 24.1 Code.html
  • 24. Custom Stores
  • 25.1 Code.html
  • 25. Derived Stores
  • 26.1 Code.html
  • 26.2 Milligram CSS.html
  • 26.3 NPM UUID Package.html
  • 26. Contact List Challenge
  • 27.1 Code.html
  • 27. Introduction to Actions
  • 28.1 Code.html
  • 28. Actions With Parameters
  • 29.1 App Component.html
  • 29.2 Box Component.html
  • 29. Slots
  • 30.1 App Component.html
  • 30.2 Draggable Componenet.html
  • 30. Draggable Component (Slot Challenge)
  • 31. Overview

  • 3. SvelteKit Introduction
  • 1. Introduction
  • 2.1 Code.html
  • 2.2 SvelteKit.html
  • 2. Getting Started
  • 3.1 Code.html
  • 3. SvelteKit Tour
  • 4.1 Code.html
  • 4. Pages and Routes
  • 5.1 Color Route.html
  • 5.2 Person Route.html
  • 5.3 Routing Docs.html
  • 5. Routing Parameters
  • 6.1 +page.server.js.html
  • 6.2 +page.svelte.html
  • 6.3 Polygon Stocks API.html
  • 6. Server Load Function With Environment Variables
  • 7.1 +page.server.js.html
  • 7.2 +page.svelte.html
  • 7. Random Number Challenge
  • 8.1 Code.html
  • 8. Layouts
  • 9.1 Code.html
  • 9.2 Page Store.html
  • 9. Prefetching Links and Page Store
  • 10.1 Bootstrap.html
  • 10.2 Code.html
  • 10.3 SvelteKit.html
  • 10.4 Zen Quotes Docs.html
  • 10. Challenge build a personal webpage
  • 11.1 Code.html
  • 11.2 Vercel.html
  • 11. Deploying to Vercel
  • 12.1 +page.server.js.html
  • 12.2 +page.svelte.html
  • 12.3 Form Action Docs.html
  • 12. Forms Form Actions
  • 13.1 +page.server.js.html
  • 13.2 +page.svelte.html
  • 13. Form Challenge
  • 14.1 Adapters.html
  • 14.2 Code.html
  • 14.3 Page Options Docs.html
  • 14.4 Static Adapter.html
  • 14. Page Rendering Options
  • 15.1 Code.html
  • 15.2 Error Page Docs.html
  • 15. Error Pages
  • 16.1 Code.html
  • 16.2 Response API Docs.html
  • 16.3 Server Side Routing Docs.html
  • 16. API Routes
  • 17.1 Code.html
  • 17.2 Hooks Docs.html
  • 17. Create hook
  • 18. Overview

  • 4. SvelteKit with Firestore, Firebase Auth and SSR
  • 1.1 Book Lovers.html
  • 1. Introduction
  • 2.1 Code.html
  • 2.2 Loading GIF.html
  • 2. Project Setup
  • 3.1 Code.html
  • 3. Firebase Setup
  • 4.1 Bootstrap Navbar Pastebin.html
  • 4.2 Code.html
  • 4. Bootstrap Navbar
  • 5.1 Code.html
  • 5. Navbar Mobile Challenge
  • 6.1 Code.html
  • 6. Navbar Link Highlighting
  • 7.1 Code.html
  • 7.2 Pastebin Bootstrap Alert.html
  • 7. Messages
  • 8.1 .env pastebin.html
  • 8.2 Code.html
  • 8. Initialize Firebase Client Side
  • 9.1 Code.html
  • 9. Login with google
  • 10.1 Code.html
  • 10. Auth Store
  • 11.1 Code.html
  • 11. Logout
  • 12.1 Code.html
  • 12. Register Email And Password
  • 13.1 Code.html
  • 13. Login with email and password
  • 14.1 Code.html
  • 14. Forgot Password Workflow
  • 15.1 Code.html
  • 15. After Login Redirect
  • 16.1 Code.html
  • 16. Saving the user to Firestore Client Side
  • 17.1 Code.html
  • 17. Firebase initialize on the server
  • 18.1 Code.html
  • 18. Firebase server auth plan
  • 19.1 Code.html
  • 19.2 JWT.io.html
  • 19.3 Postman.html
  • 19. Token Endpoint
  • 20.1 Code.html
  • 20. Send Token After Register Challenge
  • 21.1 Code.html
  • 21. Refresh Token
  • 22.1 Code.html
  • 22. Logout server side
  • 23.1 Code.html
  • 23. Auth Hooks
  • 24.1 Add Book Form.html
  • 24.2 Code.html
  • 24.3 YUP Validation.html
  • 24. Add Book Validation Part 1
  • 25.1 Code.html
  • 25. Add Book Validation Part 2
  • 26.1 Code.html
  • 26. Save Book Database
  • 27.1 Code.html
  • 27.2 Show Book Page HTML PasteBin.html
  • 27. Show Book Page
  • 28.1 Code.html
  • 28. Edit Book Page
  • 29.1 Code.html
  • 29. Enhanced Forms
  • 30.1 Code.html
  • 30. Like Endpoint
  • 31.1 Code.html
  • 31. Like Component
  • 32.1 Code.html
  • 32.2 Like HTML Pastebin.html
  • 32. Toggling Like
  • 33.1 Code.html
  • 33. Books Home Page
  • 34.1 Code.html
  • 34. Like Component Bug
  • 35.1 Code.html
  • 35. Pagination
  • 36.1 Book Component PasteBin.html
  • 36.2 Code.html
  • 36. Book Component And Home Page
  • 37.1 Code.html
  • 37.2 Profile Page PasteBin.html
  • 37. Profile Page Setup
  • 38.1 Code.html
  • 38. My Books
  • 39.1 Code.html
  • 39. Fix Book Link
  • 40.1 Code.html
  • 40. Favorite Books
  • 41.1 Code.html
  • 41. Unliking books on favorites page
  • 42.1 Code.html
  • 42. SSR Menu
  • 43.1 Code.html
  • 43. Real Time New Book Alerts
  • 44.1 Books Lovers Site.html
  • 44.2 Code.html
  • 44.3 Vercel.html
  • 44. Deploying to Vercel
  • 45. Overview

  • 5. Course Overview
  • 1.1 Coding With Noah.html
  • 1.2 Image Credits.html
  • 1. Course Overview
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 14104
    حجم: 6178 مگابایت
    مدت زمان: 790 دقیقه
    تاریخ انتشار: 29 خرداد 1402
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید