Get Started With Qwik: The JavaScript Framework Game-Changer

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 มิ.ย. 2024
  • This video gives you an introduction to #Qwik, the new, super-fast #JavaScript framework. Get to know the essential concepts and develop your first Qwik web app. We go into #Resumability, #LazyLoading, #JavaScriptStreaming and so much more.
    My GitHub Repository: github.com/fbernack/qwik-tuto...
    🍿 Chapters:
    00:00 Intro
    00:41 Hello, World!
    01:23 What makes Qwik so special?
    06:22 Preparations
    07:22 Routing
    09:08 Components
    10:04 State
    14:52 Tasks
    15:54 Route Loader
    🧑‍💻 Further information:
    Qwik Framework: qwik.dev
    Angular Server-side rendering: angular.io/guide/ssr
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 47

  • @OneBrighDay
    @OneBrighDay หลายเดือนก่อน

    Really interested in seeing more Qwik tutorials. Between Qwik and Astro I’m really excited about the future.

  • @mfpears
    @mfpears หลายเดือนก่อน

    Actually Angular's main solution was lazy-loading routes. I was surprised that this isn't so common in React.

  • @dinimueter8298
    @dinimueter8298 4 หลายเดือนก่อน

    I‘m so glad i found this channel. This Video is great!

    • @camelCaseDev
      @camelCaseDev  4 หลายเดือนก่อน

      Thank you so much! :-)

  • @LauBernie
    @LauBernie 4 หลายเดือนก่อน

    Another cool video, thanks for that! I very much like the way you explain things as well as the style of your videos

    • @camelCaseDev
      @camelCaseDev  4 หลายเดือนก่อน

      Thank you very much! I really appreciate it! 🙂

  • @AloisMahdal
    @AloisMahdal 3 หลายเดือนก่อน +2

    Nice video. The audio glitch around 12:33 "in a nICe way " was kinda scary :D

    • @camelCaseDev
      @camelCaseDev  3 หลายเดือนก่อน +1

      :D Not sure, if it's a glitch or just my voice...

  • @eliuddyn
    @eliuddyn 4 หลายเดือนก่อน

    Amazing 🔥🔥

  • @jmnoob1337
    @jmnoob1337 3 หลายเดือนก่อน +1

    I forgot about Resource and useResource, I've been so used to server$ and routeLoader (and endpoints)! Thanks for the video! I use Qwik for all my side projects, and look forward to the day where I use it for work as well! I'd be happy to never touch React again (due to performance)!

    • @camelCaseDev
      @camelCaseDev  3 หลายเดือนก่อน

      Thank you for your feedback :-) I also really enjoy using Qwik.

  • @ignorant-Cat
    @ignorant-Cat 3 หลายเดือนก่อน +1

    Really quick

  • @Zakaria-1
    @Zakaria-1 3 หลายเดือนก่อน

    ❤❤❤❤❤❤

  • @akibmahmudrime2845
    @akibmahmudrime2845 4 หลายเดือนก่อน

    good video

  • @yayusuwardi8934
    @yayusuwardi8934 19 วันที่ผ่านมา

    nice tutorial, could you make qwik authentication system please.....

  • @akibmahmudrime2845
    @akibmahmudrime2845 4 หลายเดือนก่อน

    need a video on handling very complex states. [professional state management]

    • @camelCaseDev
      @camelCaseDev  4 หลายเดือนก่อน

      Thank you for the suggestion. Good idea. Do you have any particular tool/library in mind?

    • @SyntaxLexx
      @SyntaxLexx 4 หลายเดือนก่อน

      Qwik integration with a zustand-ish library@@camelCaseDev

    • @ayoubkrt5018
      @ayoubkrt5018 4 หลายเดือนก่อน

      @@camelCaseDev why a library? qwik signals are the best approach for managing state

    • @camelCaseDev
      @camelCaseDev  4 หลายเดือนก่อน

      @@ayoubkrt5018 I understood the feedback to mean that Akib would generally like a video on the topic of state management, not necessarily related with Qwik.

    • @ayoubkrt5018
      @ayoubkrt5018 4 หลายเดือนก่อน

      @@camelCaseDev I see , my fault

  • @ayoubkrt5018
    @ayoubkrt5018 4 หลายเดือนก่อน

    just to point out, instead of manually adding tailwind
    do
    npm run qwik add tailwind

    • @camelCaseDev
      @camelCaseDev  4 หลายเดือนก่อน

      You are absolutely right, that would be even easier. Thank you very much for that!

    • @ayoubkrt5018
      @ayoubkrt5018 4 หลายเดือนก่อน

      @@camelCaseDev np, thank u for the qwik content, lovely video

  • @code_react
    @code_react 4 หลายเดือนก่อน

    This is so cool, but I am worried about security of data. It looks so much open at the moment.

    • @darthvader4899
      @darthvader4899 4 หลายเดือนก่อน

      ?

    • @2gbeh
      @2gbeh 4 หลายเดือนก่อน

      What you talking bout??

    • @podcast_MJ
      @podcast_MJ 4 หลายเดือนก่อน

      😂😂

    • @camelCaseDev
      @camelCaseDev  4 หลายเดือนก่อน

      Unfortunately, I don't understand your concerns. In my opinion, there is no difference to other JavaScript frameworks in terms of data security. 🙂

  • @alexandreprince914
    @alexandreprince914 หลายเดือนก่อน

    Never tried but already cause it look like react

  • @anhvuuc8693
    @anhvuuc8693 4 หลายเดือนก่อน +1

    I really like the Qwik but can't use it in production, too dangerous

    • @camelCaseDev
      @camelCaseDev  4 หลายเดือนก่อน

      Why do you think it's dangerous? Because it's not yet so popular and hasn't been tested much? That might change soon! In any case, it already has 20k stars on GitHub, which is quite an achievement. But I understand your point. :-)

  • @ifeanyinnaemego
    @ifeanyinnaemego 4 หลายเดือนก่อน

    Must it be typescript

    • @camelCaseDev
      @camelCaseDev  4 หลายเดือนก่อน

      At the moment I would say yes, it is designed to be used with Typescript. Switching to JavaScript could be complicated.

  • @skillhunter0730
    @skillhunter0730 4 หลายเดือนก่อน

    But server side rendering is good for seo

    • @camelCaseDev
      @camelCaseDev  4 หลายเดือนก่อน

      Definitely! It's a very good approach. In the case of Angular, however, it was added later and, although it increases performance, it does not solve all problems with regard to the efficient execution of code. Qwik also uses server-side rendering, but in my opinion it builds on this much better than Angular. :-)

  • @climentea
    @climentea 2 หลายเดือนก่อน

    All these new frameworks Next, Qwick, Remix, Nuxt are pretty much the same 😅.

  • @faresabukhader
    @faresabukhader 2 หลายเดือนก่อน

    The pain point of qwik is deployment

  • @Jj-oi3jg
    @Jj-oi3jg 4 หลายเดือนก่อน +4

    next.js is the best

    • @Dabayare
      @Dabayare 3 หลายเดือนก่อน +3

      Until u want to deploy it n find out u have become a hostage to vercel.

    • @mike.1
      @mike.1 3 หลายเดือนก่อน +1

      Flash is better

    • @DanjorSchertau
      @DanjorSchertau 2 หลายเดือนก่อน +2

      Astro is better

  •  3 หลายเดือนก่อน +1

    Sick of tired to see new Js framework every week. I wonder why people wasting a lot of energy and resources in order to make something no one gonna use it. React , next , vue. There are tons of good enough framework out there. Who cares Qwik. Instead of wasting time to learn new frameworks , stick with one of them then improve algorithm , problem solving , design pattern and other sort of skills.

    • @camelCaseDev
      @camelCaseDev  3 หลายเดือนก่อน +1

      I kind of get your point. But I don't know about you, I for one don't want to work with the same frameworks and programming languages for the rest of my life. I think people trying to innovate is what drives technology forward.
      And, by the way, as far as I know, Misko first tried to incorporate the concepts of Qwik into React, but decided that it wouldn't be feasible with reasonable effort and therefore decided to develop Qwik.

    • @knolljo
      @knolljo 2 หลายเดือนก่อน

      No one forces you to use them, but as @camelCaseDev said, some people like to keep thinks interesting and learn smthing new