Тёмный

14 Awesome Real World Projects Using Svelte 

Joy of Code
Подписаться 31 тыс.
Просмотров 27 тыс.
50% 1

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

 

4 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 94   
@Fireship
@Fireship 9 месяцев назад
Awesome list, Svelte was a huge productivity boost for me
@d5hcode
@d5hcode 9 месяцев назад
Svelte is awesome
@dumboluzz
@dumboluzz 9 месяцев назад
Fireship mentioned = instant comment
@JBroMCMXCI
@JBroMCMXCI 9 месяцев назад
Yooo fireship commented 😭
@TheVertical92
@TheVertical92 9 месяцев назад
I hope i can convince my team next year to switch to svelte. The only thing that holds us back is a component library, bcs we're using Vuetify. But i hope we can find a good tailwind alternative.
@thehappydaysapp
@thehappydaysapp 9 месяцев назад
Was?
@rubyquaildesign
@rubyquaildesign 9 месяцев назад
As an in-house dev at a major museum using svelte in prod for a web experience, it's cool to know we're in good company
@JoyofCodeDev
@JoyofCodeDev 9 месяцев назад
That's awesome! 😄
@nanakojoatta-benyah7794
@nanakojoatta-benyah7794 9 месяцев назад
It's amazing what svelte is capable of.
@twitchizle
@twitchizle 9 месяцев назад
Its amazing what others also are capable of.
@RolandAyala
@RolandAyala 9 месяцев назад
Svelte's not my cup of tea (only because much prefer the JSX DX), but if I were to switch to Svelte, it would be largely because of your channel. Great work!
@JoyofCodeDev
@JoyofCodeDev 9 месяцев назад
That means a lot! 😄
@shableep
@shableep 7 месяцев назад
This is what makes me think that Svelte might be the future. I prefer React or Solid, but if I had to use Svelte I wouldn’t mind at all. It just seems like the framework that people with different preferences can agree on. Even if it isn’t your cup of tea, you can still acknowledge that at its worst it’s still pretty nice.
@patricknelson
@patricknelson 9 месяцев назад
And, if you guys are looking to integrate Svelte on your site but have a non-JS backend like PHP, Python or Ruby, give the “svelte-retag” package a look. It uses custom elements (“web components”) but unlike native Svelte, it supports context, nesting, light DOM, HMR and etc. 😊
@tibszabo
@tibszabo 9 месяцев назад
I'm getting used to Svelte after developing in Vue for years. After the big hype of Nuxt 3 will be fast asf and everything will be a joy, I kinda hate it and I started to burn out .... after my colleague showed me Svelte and started a project in that using Storybook to develop my components first and see them, I just love it. Kinda into loving programming again :D And not to mention your tutorials are awesome, so detailed and easy to understand, thank you!
@WyzrdCat
@WyzrdCat 9 месяцев назад
But can it run Crysis?
@JoyofCodeDev
@JoyofCodeDev 9 месяцев назад
It can run Wolfenstein: github.com/snuffyDev/Wolfensvelte-3D. 😂
@user-qr4jf4tv2x
@user-qr4jf4tv2x 7 месяцев назад
@@JoyofCodeDev damnnnn
@RachidBoudjelida
@RachidBoudjelida 9 месяцев назад
I personally enjoy svelte and svelte made me fall in love with web dev again because with react we lost track of web, honestly creating 4 million hooks and wrappers just to do simple things it's unhealthy But my take is, I think react is more appealing to people coming from Software development (desktop/mobile etc...) as it takes away all the web stuff and give them a closer experience to what they are used to
@theflippantfox
@theflippantfox 9 месяцев назад
I know what you mean.. I came from php and started learning react. I used to be confused about why I have to take a long route just to do simple stuff. When I tried svelte for the first time I fell in love with it instantly. It makes handling functions and data so much simpler compared to react
@twd2
@twd2 9 месяцев назад
Actually, Astro 4.0 is now great maybe, and we may need a full tutorial about Astro&Svelte😍!!!
@JoyofCodeDev
@JoyofCodeDev 9 месяцев назад
The ASS stack.
@prashlovessamosa
@prashlovessamosa 9 месяцев назад
Yes please ​@@JoyofCodeDev
@vintage8
@vintage8 9 месяцев назад
@@JoyofCodeDev lmfao
@tacticalcacti7613
@tacticalcacti7613 5 месяцев назад
That Apple company looks pretty good. I think it can be one of the most famous companies in the world somday
@4115steve
@4115steve 9 месяцев назад
I would like to see poacket base video. I dislike paying for services if there is something affordable
@odra873
@odra873 9 месяцев назад
Will learn svelte for sure but waiting for v5 runes release
@jnevercast
@jnevercast 9 месяцев назад
I'm also waiting for V5 before introducing it to my team. It's one of those philosophical changes that is just easier if they no one knows it happened haha
@patricknelson
@patricknelson 9 месяцев назад
@@jnevercast I’d say go ahead and dive in and start learning now. Runes is big improvement and shouldn’t get in the way of at least getting familiar. All depends I suppose on what your use case and what you plan on doing (and if it’ll depend on Runes, of course).
@Gabriel-ch7sx
@Gabriel-ch7sx 9 месяцев назад
One of these days I was watching a video about Stable Diffusion and the presenter mentioned that the GUI software he was using was written in Svelte. P.s. How is it possible that a website is built with Svelt and React at the same time? Can I use libraries from both frameworks together?
@JoyofCodeDev
@JoyofCodeDev 9 месяцев назад
It's probably using Electron/Tauri which is just a browser at the end of the day meaning anything you can do inside of a regular browser you can also do in your app. I don't know their reasoning for using multiple frameworks but you could always do that. The reason you don't is because you're going to have multiple apps on the page and load the entire framework unless you're using something like mitosis.builder.io/.
@Gabriel-ch7sx
@Gabriel-ch7sx 9 месяцев назад
@@JoyofCodeDev WOW, Mitosis seems to be a brilliant idea. Do you think one could use it to translate a library from React to Svelte? For example, I'm currently trying to create a custom PDF viewer that let me highlight and annotate using PDF.js and Svelte, and I know there are libraries in React that do this job quite well. So, would I be able to translate these libraries using Mitosis?
@JoyofCodeDev
@JoyofCodeDev 9 месяцев назад
@@Gabriel-ch7sx I never tried it.
@patricknelson
@patricknelson 9 месяцев назад
There are lots of ways of doing this, apparently. For example: Reactify and Sveltify (each allows use of one in the other). This could also potentially be done using web components (i.e. custom elements) since custom elements is a native browser API and can use that as a portal (so to speak) for managing the lifecycle of your component (it’s what I do with svelte-retag).
@임창수-c7c
@임창수-c7c 7 месяцев назад
Svelte should make showcase page to let developer know this
@fmkoba
@fmkoba 9 месяцев назад
I can totally relate with those tabs you have opened
@SumitRai87
@SumitRai87 6 месяцев назад
Yahoo Finance is also using Svelte now 🔥
@4115steve
@4115steve 9 месяцев назад
this video has convinced me to go all in on svelte
@iamcherrydee
@iamcherrydee 8 месяцев назад
Hi, I’m having a big issue with Google indexing my pages. I’ve done my sitemap, robot txt also. My pages are available on my Google console page but they’re not indexed. Can you make a detailed video about it please?
@HarshalRinge
@HarshalRinge 7 месяцев назад
Is Svelte good for enterprise level SaaS applications? Are there any good components libraries like Antd, aggrid made for Svelte?
@withindreams
@withindreams 9 месяцев назад
Oooh Matia, the team just released SvelteKit v2! You already on top of it for a new video? 😄
@JoyofCodeDev
@JoyofCodeDev 9 месяцев назад
Perhaps.
@jsfdz
@jsfdz 9 месяцев назад
Announcing SvelteKit 2
@wywlf6912
@wywlf6912 9 месяцев назад
im still in college and im using sveltekit for most of my projects should i also learn react? i heard svelte has very little job opportunity compared to react
@scott_itall8638
@scott_itall8638 9 месяцев назад
They say if you want a job learn React, if you want to to be happy learn Svelt. It's not a bad idea to know more than one framework however. Coming from Python/Django, Svelte was a natural choice, I have tried React and Vue and just didn't enjoy the developer experience. I am a one man show so Svelte has made development fun and exciting again. Rather than getting a job I just started taking clients and building solutions for them.
@Noritoshi-r8m
@Noritoshi-r8m 9 месяцев назад
Appwrite is pretty neat
@mazedeux
@mazedeux 9 месяцев назад
Will be interesting to see how all the sheep job ads switch up from requiring 5+ years in React to 5+ years in Svelte!
@JoyofCodeDev
@JoyofCodeDev 9 месяцев назад
I'm ready. 😂
@arman_hadi
@arman_hadi 9 месяцев назад
Make a video on Sveltekit & Appwrite :)
@JoyofCodeDev
@JoyofCodeDev 9 месяцев назад
Sure! 😄
@21Guitars_
@21Guitars_ 9 месяцев назад
I am always curious how this works when a cmpany uses something and the something else besides it. Are they running part og their page one way and another part a different way?
@JoyofCodeDev
@JoyofCodeDev 9 месяцев назад
You can have different apps on the same page because you can just plop a JavaScript framework inside an element but also have an entirely different app in another route.
@muhammedthansil
@muhammedthansil 7 месяцев назад
Which Linux distro u r using?
@hnazmul
@hnazmul 9 месяцев назад
awesome svelte 🥰
@2u841r
@2u841r 3 месяца назад
i love svelte
@crstnio
@crstnio 9 месяцев назад
I'd like to add Gitpod.
@crstnio
@crstnio 9 месяцев назад
Hope this comment won't be deleted again.
@JoyofCodeDev
@JoyofCodeDev 9 месяцев назад
Sounds like RU-vid! 😄
@crstnio
@crstnio 9 месяцев назад
@@JoyofCodeDev Yeah, I made the mistake to add a link. 😆
@it-s-me-mohit
@it-s-me-mohit 9 месяцев назад
Awesome
@BhideSvelte
@BhideSvelte 9 месяцев назад
Please can you make video on Pocketbase + Svelte Pleaseeeeeeeeeeeeeeeee
@JoyofCodeDev
@JoyofCodeDev 9 месяцев назад
Sure! 😄
@paulosergioamorim_
@paulosergioamorim_ 9 месяцев назад
When Svelte 5 will be released?
@JoyofCodeDev
@JoyofCodeDev 9 месяцев назад
I think next year.
@PrabhuKiranKonda
@PrabhuKiranKonda 9 месяцев назад
1st
@SoreBrain
@SoreBrain 9 месяцев назад
I have heard of ikea!
@JoyofCodeDev
@JoyofCodeDev 9 месяцев назад
I don't believe you.
@SoreBrain
@SoreBrain 9 месяцев назад
@@JoyofCodeDev make a sveltekit 2.0 video and I might prove it
@JoyofCodeDev
@JoyofCodeDev 9 месяцев назад
@@SoreBrain I'm working on it.
@j.m.manhard
@j.m.manhard 9 месяцев назад
First
@NirNiobis
@NirNiobis 9 месяцев назад
Our team hate every second of supporting svelte 3 project and we are asking management for years to allocate time to rewrite it on Angular. This channel almost convinced me that svelte 5 is not so bad, but holly hell I hate this (barely) framework. If you want to spend days investigating the most trivial bugs, enjoying nit having a documentation and live when no new hires know it or want to touch your frontend - welcome to svelte.
@JoyofCodeDev
@JoyofCodeDev 9 месяцев назад
You should use SvelteKit.
@meetinsight9199
@meetinsight9199 9 месяцев назад
I get it like we are using sveltekit for our entire SAAS project, we have been in production from last 1 year and have had issues in finding bugs, but tbh, it still way better than our previous Next.js implementation, and the entire system is almost been rocksolid this entire duration & i believe that svelte 5 reactivity changes would make the solution more reliable and efficient.
@CodingByAmp
@CodingByAmp 9 месяцев назад
omg
@PaulSebastianM
@PaulSebastianM 9 месяцев назад
Are you sure those aren't false positives?
@JoyofCodeDev
@JoyofCodeDev 9 месяцев назад
You have to be more specific.
@PaulSebastianM
@PaulSebastianM 9 месяцев назад
@@JoyofCodeDev the tool that reports the framework used.
@JoyofCodeDev
@JoyofCodeDev 9 месяцев назад
@@PaulSebastianM I only used it as a visual aid and inspected the sites before because I don't think you can trust it.
@kevinak
@kevinak 9 месяцев назад
You forgot to include Apple Music! 😢
@JoyofCodeDev
@JoyofCodeDev 9 месяцев назад
It's at 7:28! 😄
@antr5459
@antr5459 9 месяцев назад
Stick to React guys, multi billion dollar products run on it, Miro, Figma, Notion...just to name a few. And let's not forget all the legacy React code that needs to be maintained 10 years from now 😂 in all seriousness though, Svelte looks promising but if you want to ship enterprise software React is still king 👑