14 Awesome Real World Projects Using Svelte

Sdílet
Vložit
  • čas přidán 2. 08. 2024
  • Real world projects using Svelte.
    🔴 Patreon: / joyofcode
    𝕏 Twitter: / joyofcodedev
    💬 Discord: / discord
    🔥 Uses: www.joyofcode.xyz/uses
    🔗 Svelte: svelte.dev/
    🔗 Awesome SvelteKit: awesome-sveltekit.janosh.dev/
    🔗 Companies Using Svelte: www.okupter.com/blog/companie...
    🔗 Wappalyzer: www.wappalyzer.com/technologi...
    🔗 Why Stack Overflow Is Embracing Svelte: stackoverflow.blog/2023/10/31...
    🔖 Timestamps
    0:00 Intro
    0:35 References
    1:33 The New York Times
    3:22 Appwrite
    3:50 PocketBase
    4:16 Hugging Face
    4:51 Gradio
    5:10 Syntax.fm
    5:44 Level Up Tutorials
    6:27 Fireship
    6:52 Daisy UI
    7:28 Apple Music
    7:46 Spotify
    8:13 Square
    8:31 IKEA
    8:51 Stack Overflow
    9:44 Brave Search
    10:19 Outro
    #joyofcode #sveltekit #svelte

Komentáře • 95

  • @Fireship
    @Fireship Před 7 měsíci +302

    Awesome list, Svelte was a huge productivity boost for me

    • @d5hcode
      @d5hcode Před 7 měsíci +1

      Svelte is awesome

    • @dumboluzz
      @dumboluzz Před 7 měsíci +8

      Fireship mentioned = instant comment

    • @JBroMCMXCI
      @JBroMCMXCI Před 7 měsíci +2

      Yooo fireship commented 😭

    • @TheVertical92
      @TheVertical92 Před 7 měsíci

      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 Před 7 měsíci +1

      Was?

  • @rubyquaildesign
    @rubyquaildesign Před 7 měsíci +15

    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

  • @nanakojoatta-benyah7794
    @nanakojoatta-benyah7794 Před 7 měsíci +32

    It's amazing what svelte is capable of.

    • @twitchizle
      @twitchizle Před 7 měsíci

      Its amazing what others also are capable of.

  • @RolandAyala
    @RolandAyala Před 7 měsíci +11

    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  Před 7 měsíci +3

      That means a lot! 😄

    • @shableep
      @shableep Před 5 měsíci

      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.

  • @WyzrdCat
    @WyzrdCat Před 7 měsíci +38

    But can it run Crysis?

    • @JoyofCodeDev
      @JoyofCodeDev  Před 7 měsíci +24

      It can run Wolfenstein: github.com/snuffyDev/Wolfensvelte-3D. 😂

    • @user-qr4jf4tv2x
      @user-qr4jf4tv2x Před 5 měsíci

      @@JoyofCodeDev damnnnn

  • @patricknelson
    @patricknelson Před 7 měsíci +6

    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 Před 7 měsíci +1

    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!

  • @4115steve
    @4115steve Před 7 měsíci

    this video has convinced me to go all in on svelte

  • @iamcherrydee
    @iamcherrydee Před 6 měsíci

    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?

  • @4115steve
    @4115steve Před 7 měsíci +2

    I would like to see poacket base video. I dislike paying for services if there is something affordable

  • @RachidBoudjelida
    @RachidBoudjelida Před 7 měsíci +4

    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 Před 7 měsíci

      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

  • @Gabriel-ch7sx
    @Gabriel-ch7sx Před 7 měsíci +4

    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  Před 7 měsíci +1

      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 Před 7 měsíci

      @@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  Před 7 měsíci

      @@Gabriel-ch7sx I never tried it.

    • @patricknelson
      @patricknelson Před 7 měsíci +1

      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).

  • @fmkoba
    @fmkoba Před 7 měsíci

    I can totally relate with those tabs you have opened

  • @twd2
    @twd2 Před 7 měsíci +4

    Actually, Astro 4.0 is now great maybe, and we may need a full tutorial about Astro&Svelte😍!!!

  • @Noritoshi-r8m
    @Noritoshi-r8m Před 7 měsíci

    Appwrite is pretty neat

  • @odra873
    @odra873 Před 7 měsíci +4

    Will learn svelte for sure but waiting for v5 runes release

    • @jnevercast
      @jnevercast Před 7 měsíci

      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 Před 7 měsíci +1

      @@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).

  • @user-fh4xo2pc2d
    @user-fh4xo2pc2d Před 5 měsíci

    Svelte should make showcase page to let developer know this

  • @HarshalRinge
    @HarshalRinge Před 5 měsíci

    Is Svelte good for enterprise level SaaS applications? Are there any good components libraries like Antd, aggrid made for Svelte?

  • @21Guitars_
    @21Guitars_ Před 7 měsíci

    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  Před 7 měsíci +1

      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.

  • @withindreams
    @withindreams Před 7 měsíci +3

    Oooh Matia, the team just released SvelteKit v2! You already on top of it for a new video? 😄

  • @hnazmul
    @hnazmul Před 7 měsíci

    awesome svelte 🥰

  • @it-s-me-mohit
    @it-s-me-mohit Před 7 měsíci

    Awesome

  • @SumitRai87
    @SumitRai87 Před 4 měsíci

    Yahoo Finance is also using Svelte now 🔥

  • @arman_hadi
    @arman_hadi Před 7 měsíci +1

    Make a video on Sveltekit & Appwrite :)

  • @jsfdz
    @jsfdz Před 7 měsíci +1

    Announcing SvelteKit 2

  • @wywlf6912
    @wywlf6912 Před 7 měsíci

    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 Před 6 měsíci

      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.

  • @forno_nicolas
    @forno_nicolas Před 7 měsíci +1

    Svelte 🔥

  • @tacticalcacti7613
    @tacticalcacti7613 Před 3 měsíci +1

    That Apple company looks pretty good. I think it can be one of the most famous companies in the world somday

  • @muhammedthansil
    @muhammedthansil Před 5 měsíci

    Which Linux distro u r using?

  • @mazedeux
    @mazedeux Před 7 měsíci

    Will be interesting to see how all the sheep job ads switch up from requiring 5+ years in React to 5+ years in Svelte!

  • @paulosergioamorim_
    @paulosergioamorim_ Před 7 měsíci

    When Svelte 5 will be released?

  • @crstnio
    @crstnio Před 7 měsíci +1

    I'd like to add Gitpod.

    • @crstnio
      @crstnio Před 7 měsíci

      Hope this comment won't be deleted again.

    • @JoyofCodeDev
      @JoyofCodeDev  Před 7 měsíci +1

      Sounds like CZcams! 😄

    • @crstnio
      @crstnio Před 7 měsíci

      @@JoyofCodeDev Yeah, I made the mistake to add a link. 😆

  • @2u841r
    @2u841r Před měsícem

    i love svelte

  • @BhideSvelte
    @BhideSvelte Před 7 měsíci +3

    Please can you make video on Pocketbase + Svelte Pleaseeeeeeeeeeeeeeeee

  • @SoreBrain
    @SoreBrain Před 7 měsíci

    I have heard of ikea!

    • @JoyofCodeDev
      @JoyofCodeDev  Před 7 měsíci +4

      I don't believe you.

    • @SoreBrain
      @SoreBrain Před 7 měsíci

      @@JoyofCodeDev make a sveltekit 2.0 video and I might prove it

    • @JoyofCodeDev
      @JoyofCodeDev  Před 7 měsíci +1

      @@SoreBrain I'm working on it.

  • @NirNiobis
    @NirNiobis Před 7 měsíci

    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  Před 7 měsíci +2

      You should use SvelteKit.

    • @meetinsight9199
      @meetinsight9199 Před 7 měsíci

      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.

  • @PrabhuKiranKonda
    @PrabhuKiranKonda Před 7 měsíci +1

    1st

  • @j.m.manhard
    @j.m.manhard Před 7 měsíci +1

    First

  • @CodingByAmp
    @CodingByAmp Před 7 měsíci

    omg

  • @PaulSebastianM
    @PaulSebastianM Před 7 měsíci

    Are you sure those aren't false positives?

    • @JoyofCodeDev
      @JoyofCodeDev  Před 7 měsíci

      You have to be more specific.

    • @PaulSebastianM
      @PaulSebastianM Před 7 měsíci

      @@JoyofCodeDev the tool that reports the framework used.

    • @JoyofCodeDev
      @JoyofCodeDev  Před 7 měsíci +1

      @@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 Před 7 měsíci

    You forgot to include Apple Music! 😢

  • @antr5459
    @antr5459 Před 7 měsíci

    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 👑