What's New with Svelte and SvelteKit Jan 2022

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

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

  • @rebelmachine88
    @rebelmachine88 2 года назад +4

    Great info! Svelte is super exciting, glad to be on board. Thanks for the video!

  • @cis84muz
    @cis84muz 2 года назад +2

    1:15 That is true, there are jobs for Svelte developers, but it is quite hard to find them, even harder is to get one and at the end their salary is not competitive in comparison to React jobs. This is just my opinion as React developer who looks for Svelte job. It is changing, situation is a bit better every month, but still, I do not see any reasonable Svelte job for me yet.
    I do not want to complain. I love Svelte and thank you for teaching me it! I just say that switching from React to Svelte job could be more difficult than someone expects.

    • @hiagooliveira6510
      @hiagooliveira6510 2 года назад +1

      Exactly. I'm a senior react dev and I have been using svelte for my hobby projects and I would absolutely love to switch to a svelte position. It's just not possible for now.
      Hopefully in the short future this will change as svelte's adoption continues to grow.

    • @lalilaloe
      @lalilaloe 2 года назад +1

      Hold strong, update your profile to make sure you are found by recruiters. The market will adopt many rewrites and launch new applications, it's starting to grow as we speak.

  • @paterfamilias01
    @paterfamilias01 2 года назад +2

    Idk why I’ve been stalling myself from learning svelte lol. Been learning and building with vanilla js for the past year and more than ready to start learning Svelte. Great video

    • @andylib
      @andylib 2 года назад

      Same story here 👋🏻 I kept to vanilla for quite some time - sveltekit is simply amazing and does not have that much boilderplate

  • @maskman4821
    @maskman4821 2 года назад +1

    So many new stuff coming out, we have to continue upgrading to the latest version these days to use these cool features 🙂🙂🙂

  • @olexryba
    @olexryba 2 года назад +4

    Hey Scott! Thanks for your content :) Been watching your videos since Bolt tutorials between various side projects. Are you planning on making some videos about Cloudflare Pages & Workers?

  • @andylib
    @andylib 2 года назад

    I like your journalistic update videos, keep it up 😊

  • @tsrcodes
    @tsrcodes 2 года назад +1

    Eagerly Waiting gQuery !!!!

    • @syntaxfm
      @syntaxfm  2 года назад +1

      Working on docs and demo rn! Will have something usable for everyone next week

  • @larsthomasdenstad9082
    @larsthomasdenstad9082 2 года назад

    Two quick questions: Do you have the URL for the StackOverflow poll and how do you upgrade the version of SvelteKit being used (and is it usually painfree)? Thanks for the video, I enjoyed it.

  • @michaelbitzer7295
    @michaelbitzer7295 2 года назад

    I would have needed beforenavigate, constants and style directives today. Well i guess its time to update and rewrite ;D

  • @Mandil
    @Mandil 2 года назад +3

    Aww yeee

  • @forno_nicolas
    @forno_nicolas 2 года назад

    Svelt kit is still on beta? thanks!

  • @DrNoxer
    @DrNoxer 2 года назад

    There's one thing I dislike tho;
    Having so many "template" syntaxes for the same thing:
    {#if]
    {:else}
    {/if}
    {@const}

    • @syntaxfm
      @syntaxfm  2 года назад

      If you think about there is a good logic there #-open :continue /close @define

    • @DrNoxer
      @DrNoxer 2 года назад

      @@syntaxfm Yes, I guess I am used to blade or twig. It just feel more natural imo.

  • @malipetek
    @malipetek 2 года назад

    SSR thing is a mistake imho.

    • @syntaxfm
      @syntaxfm  2 года назад

      Why do you feel that way?

  • @Razunter
    @Razunter 2 года назад

    I don't see how SvelteKit can be used anywhere when it doesn't have Babel support.

    • @syntaxfm
      @syntaxfm  2 года назад +6

      Vite via esbuild compiles your js to browser targets. We haven't used babel in over a year even with react. Give esbuild a Google esbuild.github.io/api/#target

    • @syntaxfm
      @syntaxfm  2 года назад +5

      Svelte kit uses Vite which uses esbuild. Svelte has its own compiler that's used by Vite.