Why Is Svelte.js so Popular?

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • НаукаНаука

Комментарии • 38

  • @nyashachiroro2531
    @nyashachiroro2531 Год назад +29

    I love Svelte. I hate that people somehow expect it to behave how React behaves. That doesn't make any sense. It's not React why are you expecting to behave like React. It's Svelte. That's the whole point. Whenever I see comparison videos it's always React does this but Svelte doesn't. Well why should it. 😂 The whole point of creating a different framework is to do something different. The whole point of Svelte is to not be React

    • @algo-wave
      @algo-wave Год назад +2

      People who say that are probably very comfortable with React, and they hit walls in Svelte and are frustrated that their React knowledge does not translate. Been there, cramming new stuff in your brain isn't always easy.

  • @_HMCB_
    @_HMCB_ Год назад +19

    This was a wonderful overview. I love the clarity of the syntax. And I can’t believe how much was done with so little code. Wow!

    • @Prismic
      @Prismic  Год назад +1

      Glad you enjoyed it!

  • @Way_Of_The_Light
    @Way_Of_The_Light Год назад +21

    He’s so clam. I have a feeling he’s a master in meditation 🧘‍♂️

  • @MrRe-sj2iv
    @MrRe-sj2iv Год назад +3

    I just switch from ReactJS to Svelte for a very simple experience, in Svelte, I see what I do but in ReactJS, I cannot, it just add more complex thing into well basic HTML code.

  • @putude
    @putude Год назад

    I did several projects with native php, plain js, lesscss. (Pretty old..), I wished to be able to rewrite my code to JS frameworks such Reactjs, Vuejs, Laravel, but never did. When I saw this.. Svelte... wow, very interesting! looks suitable for an old-school programmer like me.

  • @kokizzu
    @kokizzu Год назад +1

    because if you ever touch Svelte, maintaining projects that using other "framework" feels like pain

  • @xxXAsuraXxx
    @xxXAsuraXxx Год назад +1

    Lack of libraries is one problem for Svelte at the moment

    • @Chisegh
      @Chisegh Год назад +2

      My guess is you come from a React background. In React, every library needs a wrapper to work, because React isn't really javascript, it does its on thing.
      As the other comment pointed out, Svelte is just javascript. You can use any vanilla javascript library in Svelte no problem.
      The fact that React needs a wrapper for libraries tells you how bad of an abstraction it is.

  • @matthewpaquette
    @matthewpaquette Год назад +3

    This was a great convo! Would looooove svelte slice machine support! 😄

    • @_HMCB_
      @_HMCB_ Год назад

      Hmm, it doesn’t have it right now?

  • @ThomazMartinez
    @ThomazMartinez 11 месяцев назад

    Vite is fast this did not age well, now even Vite conf saying Vite is slow :D

  • @RR-et6zp
    @RR-et6zp Год назад +2

    That laugh at c#

  • @fire17102
    @fire17102 Год назад +3

    Can Svelte use packages from npm?

    • @fire17102
      @fire17102 Год назад

      How about micro python & pip? My dream

    • @Asgrim_S
      @Asgrim_S Год назад +3

      Yes, it can use packages from npm. It itself is installed as a npm package

  • @kuhaniresti
    @kuhaniresti 11 месяцев назад

    My personal framework is pure javascript and it doesn't require compiler and runs 200% faster and 10% smaller than svelte even in Localhost,

  • @iikkkr563
    @iikkkr563 Год назад

    Earlier I worked with React & Next.Js.. But now feel comfortable with Svelte and Sveltekit

  • @Hackkit
    @Hackkit Год назад

    For me vue is the best, I like writing html and bring some js when I need, and compared to svelte I don't even have to do that ejs kind of looping, doesn't make sense to me.

  • @ivanbarta2821
    @ivanbarta2821 Год назад

    Great 👍

  • @Kats0unam1
    @Kats0unam1 Год назад +3

    Is it tho ? It seems everyone is still talking about React.

    • @RaZziaN1
      @RaZziaN1 Год назад +7

      It's not, react was popular 3 years ago and its not so hot topic anymore. It's just clickbait in both cases.

    • @Kats0unam1
      @Kats0unam1 Год назад +3

      @@RaZziaN1 it’s still the most popular web framework tho. And even if svelte is the “most beloved” on stack overflow , that doesn’t show or translate actual jobs. React is still the framework to learn if one wants to get a job fast

    • @matthewpaquette
      @matthewpaquette Год назад +5

      From what I've seen it's bigger in the independent dev communities not so much the industry engineers. I use it for all my freelance web jobs. I love it!

    • @matthewpaquette
      @matthewpaquette Год назад

      ​@@Kats0unam1 Exactly! If you want a job, learn React. If you want to build your own software use whatever framework you enjoy. The simplicity of Svekltekit is a lot of fun to use and is quick to build with! The biggest gripe people usually have with it / other frameworks is there is a lot less open source components and tools to use compared to React but I think that's just a matter of time.

    • @RolandAyala
      @RolandAyala Год назад +2

      There is no question that, today, React is king when it comes to getting a job. That will slowly change. But, if you and I are startups creating similar product offerings, please, I wish you to use React.