Тёмный

SolidStart calls for you! 

Подписаться
Просмотров 2,4 тыс.
% 134

With SolidStart approaching stability, every tool, project, and open-source project needs a new starter, template, or guide! Now it's the time to get your OSS contributions, learn something new, and empower this amazing and welcoming ecosystem!!!
Chapters
=======
00:00 Intro
00:15 An opportunity
00:59 The gist of what we're going to do here
1:15 Create a new project with Solid starter CLI
2:28 Walkthrough the starter template structure fresh out of the box
2:43 The Router and the Root of your SolidStart app
3:15 Create a library to handle external requests and integrations
3:37 Caching data
4:15 Create a generic data function
5:29 Preload data before navigating into pages
6:34 Combine Show with the router's Suspense
7:18 Handling errors in our fetch request
7:55 Adding an ErrorBoundary to your app's root
8:30 Creating an ErrorHandler component and passing the correct status code
9:55 Going an extra mile with better UI Components
10:40 Kobalte
11:05 Corvu
11:29 Ark-UI and Park-UI
11:49 Solid-UI
12:33 Maximize your content and contributions
12:55 Solid Resources
13:25 The moment you subscribe 👍

Опубликовано:

 

17 янв 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 13   
@AtilaDotIO
@AtilaDotIO 9 месяцев назад
Template repository: github.com/atilafassina/start-start [I know, best SolidStart template name EVER!] 😎 Mentioned links and resources: - kobalte.dev - corvu.dev - ark-ui.com - park-ui.com - solid-ui.com LET'S GOOO
@hasan_haja
@hasan_haja 9 месяцев назад
Thank you, this is a great video! Ngl, the sound effect at 04:30 scared the crap out of me!
@AtilaDotIO
@AtilaDotIO 14 дней назад
🤣 sorry about that... just trying to help folks maintain focus and not be bored by my face haha I'll make the sound effects a little bit quieter...
@balllaz
@balllaz 4 месяца назад
Ingles de Brasileiro é muito massa!! PArabéns mano!
@nathymangaYT
@nathymangaYT 7 месяцев назад
Why didn't RU-vid show me that video sooner ? Thanks a lot for all of resources you've shared ❤
@georgephillips6358
@georgephillips6358 7 месяцев назад
What vscode icon pack is that?
@AtilaDotIO
@AtilaDotIO 14 дней назад
Those were Material UI, I believe. [sorry, I've been away and since then I switched icon packs]
@ShimoriUta77
@ShimoriUta77 8 месяцев назад
Parece Brasileiro, você é brasileiro mn?
@AtilaDotIO
@AtilaDotIO 14 дней назад
Brasileiro / Gaúcho! 🧉 🇧🇷
@boot-strapper
@boot-strapper 6 месяцев назад
I hate the whole "use server" thing. Its so lame.
@AtilaDotIO
@AtilaDotIO 14 дней назад
It's necessary to tell the compiler which parts should NOT be on the client-side bundle. It's a tradeoff to achieve colocation in the codebase.
@GMUStudentDesign
@GMUStudentDesign 5 дней назад
@@AtilaDotIOis there a file name alternative please?
@CriminalClinton
@CriminalClinton 8 месяцев назад
Thank you Atila!