Nuxt in 100 Seconds

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 มิ.ย. 2023
  • Nuxt is a full-stack JavaScript framework based on Vue.js that provides server-side rendering, data fetching, state management, and many other features. Learn how to build web applications with Nuxt in this quickstart tutorial.
    #webdevelopment #javascript #100SecondsOfCode
    💬 Chat with Me on Discord
    / discord
    🔗 Resources
    Nuxt Docs nuxt.com/
    Nuxt on GitHub github.com/nuxt/nuxt
    Vue in 100 Seconds • Vue.js Explained in 10...
    Vite in 100 Seconds • Vite in 100 Seconds
    🔥 Get More Content - Upgrade to PRO
    Upgrade at fireship.io/pro
    Use code YT25 for 25% off PRO access
    🎨 My Editor Settings
    - Atom One Dark
    - vscode-icons
    - Fira Code Font
    🔖 Topics Covered
    - Nuxt basics tutorial
    - Vue.js metaframework
    - Nuxt directories explained
    - Nuxt vs Next.js
    - Vue vs React
    - Which JavaScript framework should I learn?
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 1.3K

  • @jeffery_tang
    @jeffery_tang ปีที่แล้ว +2160

    I just love how aesthetically pleasing these 100 second videos are

    • @hamadaelwarky3640
      @hamadaelwarky3640 ปีที่แล้ว +21

      Bro used asthetically 💀💀💀

    • @king6530
      @king6530 ปีที่แล้ว +1

      Still waiting on tamagui to get a video zzz

    • @arthurfleischman
      @arthurfleischman ปีที่แล้ว

      Same

    • @BelFie27
      @BelFie27 ปีที่แล้ว +17

      And still wondering why is it not 100 seconds

    • @Jujitard69420
      @Jujitard69420 ปีที่แล้ว

      @@hamadaelwarky3640 just because your vocabulary is shit doesn’t mean you’re any better than him

  • @Leniolabs
    @Leniolabs ปีที่แล้ว +568

    Nuxt and Vue are amazing, the work of people like Evan You, Anthony Fu and Patak to create and maintain them is a great example for open source projects.

    • @AngelHdzMultimedia
      @AngelHdzMultimedia ปีที่แล้ว +15

      And Posva. ;)

    • @ojvribeiro
      @ojvribeiro ปีที่แล้ว +31

      @@AngelHdzMultimedia And Daniel Roe, and Poya Parsa, and Harlan Wilton, just to name a few. All of them amazing devs. ♥

    • @ko-Daegu
      @ko-Daegu ปีที่แล้ว +7

      and almost entirly of Africa and China for some reason companies their love to use them dunno why thou but huge communities in-comparisons to here in Eastern EU we still stuck with Angular and SPring in the Backend I'm tired from writing slow java code and almost had to fight to jump some java to rust and convince management it will save ton of money

    • @kagescan
      @kagescan ปีที่แล้ว +18

      @@ko-Daegu to complete your statement, NuxtLab is based in France, and I agree this is an awesome technology big companies should adopt, because the dev experience is incredible.
      But in eastern Europe, enterprises are stuck to spring and angular for multiple reasons :
      - angular & spring are here for decades. Why bother changing while this works.
      - moreover, this means that devs should spend time learning this new technology, and there might be a lack of colleagues with expertise on that field. When moving on a react project, it was a pain for me, because nobody in my team could help me (the one who chose that tech stack did it because it was trendy, and ended up leaving the company).
      - nuxt is unfortunately not mature enough. It took only a few years for the V2 to be deprecated, making a lot of big projects obsolete after only one year of run. What about V3 ?
      - mixing the template, script and style section in the same file would end up making them very huge in real cases scenarios, and therefore, less maintainable.
      When working on a personal nuxt V3 project, I noticed that splitting too much code into separate files or components would impact the performance and the number of requests, even on a production build.

    • @ShaferHart
      @ShaferHart ปีที่แล้ว +14

      @@ko-Daegu you didn't save them any money. Your novelty projects as a dev are not relevant to a company. If they use the java stack and you don't like it then get another job. Now you've just made sure that they need to hire a rust dev in the future or make one of their devs waste company money learning rust in order to support your novelty project in the future. All of that could've been avoided if you had stuck to Java which let's face it could've handled your stupid novelty project just fine but you just wanted to use rust.

  • @kalebercanbrack8857
    @kalebercanbrack8857 ปีที่แล้ว +108

    You skipped one of Nuxt's coolest features! It has Typesafe API endpoints with useFetch. Any endpoints you write in the server/api directory will have typed responses and paths when used with useFetch. Feels like Remix's data loaders.
    The web framework (called H3) for server apis is also extremely fast and trades blows with Fastify.
    But my favorite part of Nuxt is that they've built it with an open set of tools called "unjs" so anyone can build their own nuxt-style framework. Analog is an Angular framework that's using it

  • @icarusgk
    @icarusgk ปีที่แล้ว +156

    Props to
    - Daniel Roe
    - Anthony Fu
    - Patak Dev
    - Sebastian Chopin
    and many more contributors that make Nuxt 3 possible 🙌🏼

    • @siskoDE
      @siskoDE ปีที่แล้ว +2

      Daniel Roe is a Godfather

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

      Daniel Roe is actually a Nepalese guy

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

      const props = definePro…. Okay nvm.

  • @Lol-il8uc
    @Lol-il8uc ปีที่แล้ว +592

    Yes please! I love these 100 seconds series as they help me get a general idea on new things or the thing i haven't' used yet

    • @IStMl
      @IStMl ปีที่แล้ว +4

      would love a HuggingFace one

  • @PatrickTT
    @PatrickTT ปีที่แล้ว +234

    PLEEEEAASAASEEEE!!!! We need MOOOOOAAAAARR 100 seconds videos.
    They are awesome.
    They help not to dive into a new framework every 3 months - because you get the idea =)

  • @samtisch
    @samtisch ปีที่แล้ว +66

    I would not have started using Svelte if it weren’t for your 100 second video on it, and it’s changed my web development experience forever. Please keep it up!

  • @bringbackwindowsphone
    @bringbackwindowsphone ปีที่แล้ว +31

    There's loads more which wasn't covered, like the server directory for file-based routing for building an API, server rendered component islands, and more things about how good it's DX is. Nuxt is ❤️

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

      Muuuch more! They are working in session, authorization/authentication, strategies. And devtools is having a lot of improvements. And all the good stuff being added to Vue like defineModel, Short v-model macro (with @vue/macros), props destructuring, generics. Nuxt is 💚

  • @blackfi12e622
    @blackfi12e622 ปีที่แล้ว +254

    Behind Code Report, X in 100 Seconds is my favorite content. Your Angular tutorials are also great.

    • @yegorzakharov8514
      @yegorzakharov8514 ปีที่แล้ว +9

      Angular comment on a vue video?! Blasphemy!

    • @blackfi12e622
      @blackfi12e622 ปีที่แล้ว +6

      @@yegorzakharov8514 I have to use Angular for work, but if I were to build a project from scratch, I'd use Vue or Svelte 😅

    • @ninhdang1106
      @ninhdang1106 ปีที่แล้ว +2

      @@blackfi12e622 I don't think anyone enjoys using Angular for hobby projects lol. It's always the case that you have to use it for work

    • @yegorzakharov8514
      @yegorzakharov8514 ปีที่แล้ว +2

      @@blackfi12e622 my condolences for having to use angular. But it pays the bills so worth it

    • @ko-Daegu
      @ko-Daegu ปีที่แล้ว +2

      @@blackfi12e622 built an llm app with sveltekit the experuince is beyond great i jumped from next to nuxt finally staying with sveletkit

  • @artemisfowl127
    @artemisfowl127 ปีที่แล้ว +525

    Love these types of videos but I think making more beyond 100 seconds videos would be amazing!

    • @Goldeooooooo
      @Goldeooooooo ปีที่แล้ว +30

      This video is literally 169 seconds long

    • @TheBlackManMythLegend
      @TheBlackManMythLegend ปีที่แล้ว +6

      you can buy his course for that.

    • @harveyhans
      @harveyhans ปีที่แล้ว +8

      his beyond fireship channel is exactly made just for that

    • @louisuy_
      @louisuy_ ปีที่แล้ว +2

      @@Goldeooooooo a perfect square!

    • @elephant_888
      @elephant_888 ปีที่แล้ว

      @@louisuy_ yes it is! 🎉😂

  • @thenewdesign
    @thenewdesign ปีที่แล้ว +37

    Please please do a totally unbiased, deep comparison between Nuxt and Next!!

    • @deoxzyKun
      @deoxzyKun ปีที่แล้ว

      +1

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

      +1

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

      Nuxt is better and I am bias against Next... 😂

  • @footballfreak0
    @footballfreak0 ปีที่แล้ว +7

    Love the 100 second series. The perfect intro to new technologies that help users & viewers understand if it's something they might need to dive a bit deeper into and take advantage of! Definitely keep it up 🥳

  • @jester8802
    @jester8802 ปีที่แล้ว +3

    Yes, more of those videos would be much appreciated. They also serve as a much-needed refresher of certain knowledge for us, non-developers, out there... Thank you for your effort!

  • @rohit-gupta
    @rohit-gupta ปีที่แล้ว +15

    Loved the nuxt-up easter egg.
    If Nuxt had some opinionated framework or boilerplate for dependency injection, I could easily see Nuxt as the future of Web frameworks.

  • @lowwastehighmelanin
    @lowwastehighmelanin ปีที่แล้ว +1

    I really love these 100 secs videos because there's just enough to keep me engaged but not so much that I don't feel like going to explore it myself. Definitely keep doing these, please.

  • @a_tabaza
    @a_tabaza ปีที่แล้ว +96

    Your 100 seconds videos literally gave me a college degree worth of education by incrementally exposing me to so many concepts in web dev and software engineering, giving me the chance to explore what looked like a nightmare of intertwined concepts with so much ease. You have no idea how much you've helped me. I'm a a data science undergrad and before your channel I felt like I had tunnel vision but all of a sudden I can see everything. Plus your sense of humor is fantastic and your videos have amazing visuals. Please keep making these, coz we do appreciate everything you do, and you are helping MILLIONS.

    • @connorkapooh2002
      @connorkapooh2002 ปีที่แล้ว +3

      i'm a soon to be grad also data science and yeah man this guy is so good at keeping you knowing whats going on in the landscape. if only we had this for DL...

    • @a_tabaza
      @a_tabaza ปีที่แล้ว +1

      @@connorkapooh2002 too true

    • @lemagicalpotato8318
      @lemagicalpotato8318 ปีที่แล้ว +1

      Yup yup yup I’m a recent grad too and these videos are gold. Few other people can make videos that are as informative and concise as fireship, and the humor makes everything 100x better. I’ve learned so much just form these videos and they provide great places to jump off from if I want to deep dive on something that I like or will help me at work

  • @MartinQLynx
    @MartinQLynx ปีที่แล้ว +54

    Nuxt is awesome. It took me just a day to start building with it.

    • @tycooperaow
      @tycooperaow ปีที่แล้ว +3

      same!

    • @kuroodo_
      @kuroodo_ ปีที่แล้ว +1

      Took me almost 3 days to start building with it. The struggle here on Ceres is real 😤

  • @michaelchen9310
    @michaelchen9310 ปีที่แล้ว +30

    Yes, please. I always rely on 100second fireship videos to explore new tech.

  • @JustAnotherSomeoneElse
    @JustAnotherSomeoneElse ปีที่แล้ว +1

    These 100 Second videos are my favorite because you give us, the viewer a simple overview of something that we may like and can see while at the same time we get to explore and try it for ourself through our own methods. Amazing work and please keep making these 100 second videos! :D

  • @superslash946
    @superslash946 ปีที่แล้ว +6

    Been waiting for this one! Last year i coded mostly on Nuxt and rails and fell in love with nuxt. Saved me from a lot of headaches

  • @TribalRockGod
    @TribalRockGod ปีที่แล้ว +111

    Been developing whole ecomere site from scratch and this framework is really refreshing
    Everything works out of the box, deployments are easy, and the speed of writing code is insane, no need to think about states, imports, bundle sizes, cross component communication
    You literally focus only on the logic itself, everything else is being handled

    • @mateleo78
      @mateleo78 ปีที่แล้ว +4

      If you had to point out any negative points, what would they be?

    • @TribalRockGod
      @TribalRockGod ปีที่แล้ว +15

      @Andai To understand interactivity of day to day components (drop downs, modals, styled reusable inputs), flows, caching mechanisms, statistic trackers and other things so that later i could use this knowledge to improve existing projects

    • @qazitalha8384
      @qazitalha8384 ปีที่แล้ว +1

      ​@@mateleo78 i second this

    • @Gaijin101
      @Gaijin101 ปีที่แล้ว +3

      The negatives of nuxt 3 hmm.. thats a hard one. Initially there were integration issues and missing libraries but its all now fixed.
      maybe a slightly bigger bundle size as an empty project. but once fully loaded it ends up being smaller than next and cra. atleast in my use case.

    • @veritatas678
      @veritatas678 ปีที่แล้ว

      I had a hard time with data fetching.
      Especially for requests that should be made in the browser, but not on the server

  • @vincentrouillardmeltz9004
    @vincentrouillardmeltz9004 ปีที่แล้ว +8

    Bro your 100 second tours are always awesome, pls never stop 🥺

  • @GavinKing_AKA_plumpNation
    @GavinKing_AKA_plumpNation ปีที่แล้ว +1

    Please continue. Time is scarce and what you are able to explain in 100 seconds is fantastic.

  • @AndreasBeder
    @AndreasBeder ปีที่แล้ว +10

    Nuxt3 is easily one of the weapons of choice for smaller and bigger web projects. One of the best DX I had in over 20 years of web development.

  • @hecker_real
    @hecker_real ปีที่แล้ว +55

    Not gonna lie I read the title without the X

    • @dtesta
      @dtesta 29 วันที่ผ่านมา

      I guess that means you identify as a dog...

    • @dat-ta
      @dat-ta 17 วันที่ผ่านมา +1

      I can do that though

  • @highonkitkats
    @highonkitkats ปีที่แล้ว +7

    100 seconds is the best series on TH-cam, change my mind

  • @morsimokhan9697
    @morsimokhan9697 ปีที่แล้ว +2

    Love the 100 sec videos! I'm not a professional dev, but I watch your channel to stay up to date on dev news and to learn the capabilities of all these tools quickly, as I work in the tech industry and have a hobby home lab for fun Plex, nextcloud, and other fun projects. 😊

  • @djohnjimmy
    @djohnjimmy ปีที่แล้ว

    Yes please keep making these videos. You're pretty much my main source of quick summary on tech these days. Thank you for everything you do. Cheers

  • @vexular2185
    @vexular2185 ปีที่แล้ว +4

    Love these videos so much Jeff. Keep it going!

  • @namaefumei
    @namaefumei ปีที่แล้ว +6

    Nuxt is just beautiful. Thanks.

  • @chrissparks8377
    @chrissparks8377 ปีที่แล้ว

    Definitely keep turning out these shorts. They keep me updated on tech so much better than many other resources it isn't even funny. Great work! 👍

  • @robcz3926
    @robcz3926 ปีที่แล้ว

    yes pls more of these, this is all the time I have these days to watch something about new tech/not-yet-tried stuff

  • @JakubGaniaSoftware
    @JakubGaniaSoftware ปีที่แล้ว +4

    I used to use Nuxt in version 2.x. With version 3, a lot has changed, developed and improved. Nice to see it. Of course, a video like 100 seconds of something is great!

  • @ndungutsecharles
    @ndungutsecharles ปีที่แล้ว +4

    Waited this for so long ❤❤❤❤🔥🔥

  • @flyguy8791
    @flyguy8791 ปีที่แล้ว

    Definitely keep the 100 second videos going, they're great! I love getting a nice overview of whatever cool thing you do a video on.

  • @hansfrankfurt1870
    @hansfrankfurt1870 ปีที่แล้ว

    I‘d absolutely watch them, if you made more of these! They are like a Tech radar for me and I love how you manage to get all the important features across, without wasting your viewers time!

  • @laptopuser5198
    @laptopuser5198 ปีที่แล้ว +19

    Fireship does it again. CONTENT MACHINE.

  • @alibahrami6810
    @alibahrami6810 ปีที่แล้ว +116

    In my opinion, Vue is underappreciated. It's significantly superior to React. Your further introductions to Vue will definitely encourage more people to use it. It doesn't deserve to be neglected

    • @igor-grudinin
      @igor-grudinin ปีที่แล้ว +4

      Vue is too intricated. React is much easier for understanding and that's why it's most popular.

    • @alibahrami6810
      @alibahrami6810 ปีที่แล้ว +50

      @@igor-grudinin No that's not. React is popular because of meta. I have used both in projects, and I believe vue has a better DX.

    • @aleaallee
      @aleaallee ปีที่แล้ว +18

      @@igor-grudinin That's not true, Vue is easier to learn and understand, you don't need to know what everything does under the hood.

    • @davidvultur8704
      @davidvultur8704 ปีที่แล้ว +3

      @@igor-grudinin You know what's the best of both worlds? SolidJS. Solid is looking similar to React, but much more performant/efficient than Vue.

    • @igor-grudinin
      @igor-grudinin ปีที่แล้ว +5

      @@davidvultur8704 and how many vacancies are opened for SolidJS? I see it very rarely. And React is everywhere.

  • @tinmank
    @tinmank ปีที่แล้ว

    Thank you sir, even though I don't need some 100 seconds videos, I really love to watching it. When I need it, it's a gem. Hopefully more to come.

  • @santanu29
    @santanu29 ปีที่แล้ว

    Keep making these 100 seconds videos. They are great to get a solid idea about a framework of language before diving into it.

  • @AnthonyBullard
    @AnthonyBullard ปีที่แล้ว +5

    I would love to see you do OCaml in 100 seconds. Such an underrated language

  • @ThreefieldsMedia
    @ThreefieldsMedia ปีที่แล้ว +3

    1:27 "nuxt up" 😆

  • @SperkSan
    @SperkSan ปีที่แล้ว +1

    Hey buddy! Your "100 Seconds of Code" videos are absolute gems! Seriously, they've been a game-changer for me. Your teaching style is spot on and I always walk away with practical tips. Keep those awesome videos coming, my friend! You're making a real impact in the coding world. Cheers to you!
    Definitely not written by an AI.

  • @CodeWithMasood
    @CodeWithMasood ปีที่แล้ว +1

    The combination of editing and information makes this video amazing!

  • @geeshta
    @geeshta ปีที่แล้ว +6

    If you make a full Nuxt course on your website I'll buy the PRO membership I swear

  • @MrErdkamp
    @MrErdkamp ปีที่แล้ว +22

    Nuxt is great. The only thing missing from the Vue ecosystem IMO is a React Native style framework. If anyone can make it work it'd be the Nuxt team!

    • @AleksandrPodyachev
      @AleksandrPodyachev ปีที่แล้ว +10

      I think Quasar is it

    • @icarusgk
      @icarusgk ปีที่แล้ว +1

      NativeScript has you covered 😉

    • @jirawatnafung3900
      @jirawatnafung3900 ปีที่แล้ว +2

      Vuetify

    • @TilenPirih
      @TilenPirih ปีที่แล้ว +2

      vuetify if imo the best. quasar is also pretty good

    • @ojvribeiro
      @ojvribeiro ปีที่แล้ว +3

      @@TilenPirih I think he's talking about something for mobile development. NativeScript Vue is the way.

  • @Alastairtheduke1
    @Alastairtheduke1 ปีที่แล้ว

    Yes, keep making these videos. They're super helpful when I'm over here stuck in a dark corner of tech while everyone else plays with new shiny stuff

  • @nandorszentpeteri
    @nandorszentpeteri ปีที่แล้ว +1

    I love these, it's almost impossible to keep up with all the new things nowadays... these short summaries are extremely useful. It helped me massively to prepare for my latest interview and I got the job ;)

  • @bastoo0ctb
    @bastoo0ctb ปีที่แล้ว +9

    Nuxt is incredible but not enough people use it so in some edge cases it's hard to find support for some functionalities and I have to navigate my way through some unknown third-party open source plugins.

    • @AngelHdzMultimedia
      @AngelHdzMultimedia ปีที่แล้ว

      If channels like this one keeps promoting React more, of course Nuxt is going to be underrated and with less tutorials/answers.

    • @bastoo0ctb
      @bastoo0ctb ปีที่แล้ว

      @@AngelHdzMultimedia I don't necessarily think that this channel is specifically pushing for React. They tend to use React for code snippets/examples since it's the most popular thing and is the most likely to be understood. But I do agree that in the TH-cam space, React is way more popular.
      Thouh I live in an alternative world (France) where the most used solution for production is the Angular-Spring stack lol

    • @user-re8lt2gy3g
      @user-re8lt2gy3g 11 หลายเดือนก่อน

      + performance are just bad if u compare to Nextjs

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

      @@user-re8lt2gy3g are you joking, right? 😂

    • @user-re8lt2gy3g
      @user-re8lt2gy3g 11 หลายเดือนก่อน

      @@AngelHdzMultimedia u need to read a blog from the astro creator him self nuxt is ranking low in every test

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

    Why the hell have I not found nuxt earlier.

  • @alexwolfeboy
    @alexwolfeboy ปีที่แล้ว

    I love these videos, because it quickly introduces me to a technology/stack I hadn’t used before, but without getting bored with technical info. It’s just the elevator pitch.

  • @souvlaki42
    @souvlaki42 ปีที่แล้ว

    I really love 100 seconds and beyond 100 seconds videos as well. Keep up with the great work.

  • @tycooperaow
    @tycooperaow ปีที่แล้ว +9

    NUXT > NEXT hands down no cap. Screw React.
    “it’s good for employability🤓” my ass-sets
    My fellow Reactors, make the switch. become a Vuer

  • @svyatogor
    @svyatogor ปีที่แล้ว

    These videos are invaluable source of information about latest frameworks. In such a short time you managed to give just enough information to decided wether I want to have a deeper dive into the framework or its not for me.

  • @frank65972
    @frank65972 ปีที่แล้ว +1

    I definitely think you should continue making these 100sec technology/ concept videos. Just having some introductory knowledge of more techs and concepts in software development greatly improved my ability to understand and problem solve. Especially as someone transitioning from a different field of engineering!

  • @kevinjain
    @kevinjain ปีที่แล้ว

    Continue making these 100 second videos, they help me get a gist of new technologies and helps choose if they are interesting enough for me to try them out :)

  • @j1d7s
    @j1d7s ปีที่แล้ว

    I like all of your videos, but the 100 seconds are my favourites! It must be quite an effort to condense all that information into such a small duration, amazing!

  • @wilddemur9796
    @wilddemur9796 ปีที่แล้ว

    The 100 seconds series is the reason why I subscribed so I would look to see those every now and then. Nothing wrong with your other videos, I just have missed this series.
    A mixture of both your newer videos and the 100 seconds videos would be nice.

  • @franciskalunga5819
    @franciskalunga5819 ปีที่แล้ว +1

    You should definitely continue making these clean and short, fun and educative videos 👌

  • @pablofb4888
    @pablofb4888 ปีที่แล้ว

    Yes please, we need this videos. They help a lot in knowing what tools are out there when working on stuff.

  • @dejecj
    @dejecj ปีที่แล้ว +1

    More 100 seconds videos please. These have been my intro to many of the tools i've adopted in more recent times.

  • @industrialvectors
    @industrialvectors ปีที่แล้ว

    Yes, the 100 seconds video are awesome to quickly get an overview of languages, frameworks and concepts.
    They are the videos that made me discover your channel.
    The code report, beyond 100 and other materials are what kept me.
    It's understood that there can't be 100 seconds videos daily or even weekly. No harm in that.

  • @SlimBloodworth
    @SlimBloodworth ปีที่แล้ว

    I really appreciate and enjoy these 100 seconds videos

  • @salamtaha7308
    @salamtaha7308 ปีที่แล้ว

    Yes, please keep this kind of videos , they are really informative and straight to the point. Also, it would be nice to include more dev ops stuff.

  • @influence944
    @influence944 ปีที่แล้ว

    These type of videos are why I subscribed to your channel in the first place. Keep them coming :D

  • @Maxible
    @Maxible ปีที่แล้ว

    +1 for more 100 second videos ... don't even really care what you cover, just really appreciate the format and how well they are made.

  • @DaveHoran
    @DaveHoran ปีที่แล้ว

    I really love the 100sec series. Keep 'em coming.

  • @ibrahimrashwan
    @ibrahimrashwan ปีที่แล้ว

    Absolutely keep on making those awesome 100sec videos

  • @julianengler4840
    @julianengler4840 ปีที่แล้ว

    These Types of Videos are the best. Please make more of them!

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

    Hell yeah bro, keep it up! Whether it’s the code report or 100 seconds of whatever, I’m here for it. 🎉

  • @SteenLarsen
    @SteenLarsen ปีที่แล้ว

    Great overview which is very useful when you are looking for new frameworks or just wanting to understand the current state of art. Many thanks!

  • @CadillacLizard
    @CadillacLizard ปีที่แล้ว

    Amazing, you're my first front of frontend news.
    And helped us define our new stack in work, keep up good work, bless! 👏👏🙏🙏

  • @saikouhuebr
    @saikouhuebr ปีที่แล้ว

    This is the video I've been waiting for since the last Nuxt release! Thanks!

  • @IkeVictor
    @IkeVictor ปีที่แล้ว

    I love 100 seconds of code. Keep em coming!

  • @_levyathan_
    @_levyathan_ ปีที่แล้ว

    I love these 100 seconds series, They are awesome.

  • @hpn1427
    @hpn1427 ปีที่แล้ว

    Videos like this one made you famous, keep doing this amazing work, we all want to see more 🔥

  • @jimread2354
    @jimread2354 ปีที่แล้ว

    definitely love the 100s series! They're great to see if a tool is worth taking a deep dive

  • @canergurelsoy6875
    @canergurelsoy6875 ปีที่แล้ว

    please keep bringing these 100 seconds videos as they are really good and informative.

  • @mhmq5051
    @mhmq5051 ปีที่แล้ว

    Those videos rehydrate the passion in my heart for programming and it's really dry there no pun intended

  • @Nosolus
    @Nosolus ปีที่แล้ว +1

    Okay damn I'm sold, thank you very much for 100 seconds!

  • @jacobandrewsky
    @jacobandrewsky ปีที่แล้ว +1

    Thanks @Fireship for featuring my open source project (Medusa module for Nuxt) in your video! This is quite an achievement for me 🚀

  • @classic-25
    @classic-25 ปีที่แล้ว

    Please continue, I go back on these to review my stack and stay up to date

  • @saviobatista9619
    @saviobatista9619 ปีที่แล้ว

    you are one of the best quick information about tech stacks ever

  • @victorseibert
    @victorseibert ปีที่แล้ว

    Don't stop with the 100 seconds, i love it!

  • @karlostj4683
    @karlostj4683 ปีที่แล้ว

    Def keep making videos like this, because there's a ton of stuff we all want to learn

  • @mrbpc2217
    @mrbpc2217 ปีที่แล้ว

    I love these 100sec format and next of course !!

  • @lilv728
    @lilv728 ปีที่แล้ว

    Yes make more of these videos! I would honestly like longer versions too

  • @igordasunddas3377
    @igordasunddas3377 ปีที่แล้ว

    I love your 100 seconds overviews very much!

  • @elijahcruz8895
    @elijahcruz8895 ปีที่แล้ว

    Your in 100 seconds videos, when you used to make them all the time, I got so excited for. With the wait, I was even more excited because I love them so much! But don't make us wait longer, because we love your videos 🤣♥

  • @creative_yudai
    @creative_yudai ปีที่แล้ว

    Love the 100 Seconds videos, and love much that you made one for Nuxt ❤

  • @rdbdebeer9085
    @rdbdebeer9085 ปีที่แล้ว

    Bro these videos are great don’t stop.

  • @stursby
    @stursby ปีที่แล้ว +2

    Been using Nuxt for years, still my favorite framework to use 😍

  • @alangamer50
    @alangamer50 ปีที่แล้ว

    The thing I love about these videos is that they allow me to take a look at new technologies that I haven't used without needing to get balls deep into a project

  • @elhaambasheerch7058
    @elhaambasheerch7058 ปีที่แล้ว

    Never ever stop with these videos

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

    please never stop these 100 seconds! they my bible and guidance sensei! haha

  • @kklowd
    @kklowd ปีที่แล้ว

    Great video thanks! I've been using nuxt for a while now and it's awesome. And yes please make more of these videos

  •  ปีที่แล้ว

    I love these videos man! It gives me a quick review of the subject and then I can decide if i go deeper into it or not.. You are the best!

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

    I am a great fan of yours. I love all your contents. Super classy and perfectly confined.

  • @calebwhiting8744
    @calebwhiting8744 ปีที่แล้ว

    That transition to the vue logo was sick!

  • @larrybahr6145
    @larrybahr6145 ปีที่แล้ว

    These 100 second videos are a great way to get familiar with new tech quickly.