Vue.js Explained in 100 Seconds

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024

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

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

    **watches video** - **adds skill to resume**

    • @750Kviews
      @750Kviews 4 ปีที่แล้ว +40

      hahah

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

      🤣🤣🤣🤣🤣 swear to god, i was just about to this

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

      I came here to the comments just to see this 👌

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

      same 😅😅

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

      LMAO

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

    First Vue video on this channel, upvote if you want to see me Vue content & comment with your topic suggestions!

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

      yes pls!

    • @discord-bih
      @discord-bih 8 หลายเดือนก่อน

      Manymanymanymany more!!! Vue is absolutely my life for the nuxt 3 years.

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

      0:03 / 2:03

      Conclusion
      can you make Vuetify.js or vuetify Explained in 100 Seconds

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

      can also full length toturial as well

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

    I would like a comparison video of vue, react, and angular and wich you "should" learn and why. Preferably a long 10+ minute video rather than 100 secs. These are awesome though keep it up

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

      +1 Which one Framework is best suited for solo developers that are considering the three big frameworks.

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

      @@HandcartRule46 Vue. It's the fastest and easiest to develop with.

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

      Vue for sure, easy to start, React if you are looking for a job

    • @lone-warrior-13
      @lone-warrior-13 4 ปีที่แล้ว +45

      React has the highest employment demand and it's better for teams and has a bigger community and more modules and libraries, learn react first then go for vue or angular, vue is the easiest and the most likable one but react is currently the library you "should" learn first imo

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

      @@lone-warrior-13 I learnt Vue first because it was easier. Now i'm using React and I really miss some things like computed properties.

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

    Functional programming in 100 seconds would be interesting. Lots of different explanations of FP out there, would be fun to hear yours!

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

      explaining monads in 100 lifetimes would be impressive

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

      FP in 100seconds

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

      @@blackwhattack P versus NP solution in 100 seconds

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

    Used a bit of vue in client projects and really like how you use what you need. I don't feel like I'm carrying around a massive ball-and-chain framework which dictates my project flow. Definitely recommend vue.

  • @Steve-zo2zt
    @Steve-zo2zt ปีที่แล้ว +111

    I learned react in a boot camp to get a job, but the company I got hired was using Vue so I had to learn it. It was way more intuitive, simple and javascript-like than jsx, which was more fun and satisfactory as a developer. When using jsx I felt like I was not using javasript but some script called react.

    • @Raul-n3i
      @Raul-n3i ปีที่แล้ว +23

      I feel the opposite. Vue and Angular look like template engines to me. Like Handlebars on steroids. With React I feel like I’m actually using javascript. It feels way more intuitive.

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

      have the same Situation, Will you please guide me how to you studied Vue

    • @Steve-zo2zt
      @Steve-zo2zt ปีที่แล้ว +1

      @@dtecho7 i've read a book that the company gave me. I felt comfortable after reading it twice.

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

      Vue still the best who start write the code

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

      not to mention the ability to have scripts on any vue file with html and css declared too

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

    Svelte in 100 seconds please, it's so underrated, yet it's soooo simple

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

      Coming soon! I maintain the "sveltefire" package, so looking forward to making that video.

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

      @@Fireship LOVE your SvelteFire library btw. Keep up the good work! :)

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

      Svelte in 1 second: not combines with typescript. End. it has its own compiler, instead of js runtime, so a lot of problems because of it. But its a great framework if you need to just make things simple

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

      @@CuriousSpy Why 'instead of js runtime'? It emits JS, which can then be run on any engine. Lack of first class TS support is a downer, for sure, but that should be fixed in the future.

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

      @@CuriousSpy
      - Blazing fast
      - Extremely tiny bundles
      - Easy to learn
      - Less lines of code for the same functionality versus other frameworks
      - Possible to embed in existing web pages as a widget

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

    Vue is awesome, honestly bringing the best from other reactive frameworks. Been working 2 years with it!

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

      noob here but, what he showed can be done with template litterals no? Could you clarify on the advantages of vue.js

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

      It's honestly preference. Just balance what works with what works for you. All preference. It's xbox and ps4 both have their pros and cons but one isn't definitively better than one. One might have spiderman so you use that cuz that gets the job done. The job being you having the ability to swing from buildings using your controller. But now you can't play halo cuz halo but so if for some reason you must play halo you choose xbox. The same goes for all these frontend frameworks.

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

      @@jackmaison4209 So other than preference there are no advantages? I imagine it streamlines your coding experience but is that it?

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

      @@maximebeaudoin4013 actually yeah, I kinda think there's no advantages of using any other framework to another. Im using vue for my side projects, and react if you really wanna earn $$$.

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

      @@wobsoriano I think there is a advantage of angular over react: it is more beginner friendly, because it presents you with best practices, whereas with react you have to collect it yourself.
      On the other hand: react is nice because of react native

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

    Awesome as always! You need to do a series of 100 seconds get it a degree 1,000 seconds

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

      Haha, my plan is to combine 100 of these into a 10,000 second bootcamp ;)

  • @user-ww6xj1zj8i
    @user-ww6xj1zj8i 4 ปีที่แล้ว +44

    MongoDB explained in 100 seconds? ❣️

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

      @Ed You probably made mistakes, I've been using Express and Mongoose for multiple projects and haven't had any issues so far.

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

    I totally love vue. I use it for almost all my clients who need custom and complex applications. 😁

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

    I didn't pay much attention to this because it was just a third option with something that I already had two good options for. However, I read an article a few weeks back about how it can basically replace jQuery and now it has my attention. It seems like it could be useful for adding some functionality to older projects. Would like to see some content on building it into existing WordPress websites to give a certain specific feature rather than an entire app.

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

    As both Vue and Angular developer, I can say that they are both equally advanced, each in its own way. Yet Vue is somehow more logical. programmer-friendly and less prone to code depreciation issues. The funny thing is that Angular uses typescript and classes, imitating object-oriented languages with strict type definitions, while javascript as a resulting code ignores all that because it is not intended to be used as an object-oriented strict type language. Whole Angular is kind of a mega syntactic sugar, you type things, and at the end javascript ignores it :)

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

      I don't think you understand what TypeScript is supposed to do.

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

      JavaScript doesn't "ignore it" Typescript introduces type safety into JavaScript. JavaScript is an Object Oriented programming language and should be used as such. Your statement is objectively wrong

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

    Literally doing a Vue deep dive. Your timing is great and reassuring in picking up Vue

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

    I love working with Vue

  • @germangonzalez7185
    @germangonzalez7185 11 หลายเดือนก่อน +1

    Vue is beautiful i know React and Vue, and Vue was the best thing that could happen to Javascript and HTML and CSS.

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

    Learned Vue for the past year and you explained it in 100 seconds :D

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

    The best front-end framework for web developer. Is possible to use directly with CDN without bundler for move simply page and for make an beauty application.

  • @amitk.512
    @amitk.512 4 ปีที่แล้ว +8

    The most contagious frontend framework

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

    THESE 100 sec video could make people SCREAM BADLY!

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

    Docker in 100 seconds would be nice :)

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

    Great over-vue

  • @yoericktv9610
    @yoericktv9610 3 ปีที่แล้ว

    Why am I just finding your channel? Subbed. Thanks for this.

  • @MercyFromOverwatch2
    @MercyFromOverwatch2 2 ปีที่แล้ว

    Jeff is my favourite tech TH-camr

  • @hugazo
    @hugazo 3 ปีที่แล้ว

    Will love to see another more in depth vue.js video

  • @vaxo2210
    @vaxo2210 4 ปีที่แล้ว

    If you're running short for ideas (which I don't think you are) you could do:
    - VueX in 100 seconds
    - Vue Router in 100 seconds
    - VueCLI in 100 seconds
    Ahaha these are great vids

  • @Zakher
    @Zakher 4 ปีที่แล้ว

    Amazing work! Are you planning to do one for React?

  • @alessandrobelottidev
    @alessandrobelottidev 4 ปีที่แล้ว

    you are the best! Another great video in the last days... Keep going!

  • @mwnkt
    @mwnkt 3 ปีที่แล้ว

    Keep the 100s of series coming

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

    Finally giving Vue some LOVE!

  • @abdelkaderbenhassen9232
    @abdelkaderbenhassen9232 3 ปีที่แล้ว

    this is the best explantation i've found thanks a lot

  • @tech-andgar
    @tech-andgar 4 ปีที่แล้ว +3

    Please 100 second of VUE.JS 3

  • @goliram007
    @goliram007 2 ปีที่แล้ว

    Hi mate,
    Like your videos such a short and knowledgeable.
    I would like to know or need a suggestion from you, that what programming language is best to choose on server side for a front-end dev, other than Nodejs. Like to see a video on it.

  • @olhafilatova6288
    @olhafilatova6288 4 ปีที่แล้ว

    really cool video. short and very informative.
    thank you!

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

    First guy!!! Love and respect from Pakistan. Love your channel

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

      Gold! 🥇

  • @MyDvR7
    @MyDvR7 3 ปีที่แล้ว

    You made me love Vue

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

    I've worked with Vue for years but this is still super interesting, thanks!

  • @franke5478
    @franke5478 4 ปีที่แล้ว

    In vue.js you can give data from a parent to a child object only. If you wanna inform a parent from a child to take some data or make an refresh you have to write a lot of code.
    Next: try to call a "site" which is connected by the vue router, like the /test page. You can't call this directly in your browser. You have to call the normal app and use a button which calls the /test page. I didn't found a way to take this /test parameter and call the test function/page in the router.
    Hope they find or fount a solution for this in vue.js 3.0

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

      Everything you said is wrong. For the first issue of passing data from child to parent, you can register an event handler on the child and listen on the parent, the emitting of the event can pass data up.
      The second issue about changing routes. You literally just do this.$router.push('/test').
      Read the docs my friend 🤷

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

    Can I say it's angular+react? Because I see similarities from both in vue, writing html and js in a single file like react, but keeping them seperated and having two way binding like angular

  • @coffee-is-power
    @coffee-is-power 2 ปีที่แล้ว

    Would be cool if nextjs supported other fw

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

    Thank you Sir! You, are, AWESOME!

  • @user-ge5oe9oo2k
    @user-ge5oe9oo2k 4 ปีที่แล้ว

    this 100 second videos are very good

  • @marcoalanis2466
    @marcoalanis2466 4 ปีที่แล้ว

    This video hit at the right time

  • @srivariveedhi8621
    @srivariveedhi8621 2 ปีที่แล้ว

    I am remembering my classic ASP Days.. Dejavu

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

    I love vue.js

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

    Love vue, Nuxt.js is 🔥

  • @NateB
    @NateB 4 ปีที่แล้ว

    This tells me a lot about how to use it, but not as much as I'd have liked about why to use it.

  • @themassagechair6785
    @themassagechair6785 4 ปีที่แล้ว

    If you decide to do a full-length tutorial on Vue right now, won't it be outdated by the time it comes out? Vue 3 is right around the corner and all.

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

    it looks really similar to svelte but i guess it doesn't compile to native js ?

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

      Yes, they share many similarities. Unlike svelte, it ships its runtime with your code.

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

    Гоша Дударъ одобряет

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

    Which one is better to learn guys vue.js or react.js i am kinda confused

  • @B1tPixel
    @B1tPixel 3 ปีที่แล้ว

    It's like Backbone++

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

    full tutorial when?

  • @ilyasayusuf5447
    @ilyasayusuf5447 4 ปีที่แล้ว

    so it is like the state thing on react

  • @robbags2118
    @robbags2118 4 ปีที่แล้ว

    incase you guys missed it, he meant 100 seconds to like and subscribe .. read the sample codes again haha

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

    Have a like just because of Vue ♥

  • @vuinhtien6513
    @vuinhtien6513 4 ปีที่แล้ว

    Thank you

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

    I'm a game developer and I don't know what I just watched or why this was recommended to me

    • @mileswhite9211
      @mileswhite9211 4 ปีที่แล้ว

      Vues used a lot for single page applications, so could theoretically be used to make a game.

  • @Javier-ov3hj
    @Javier-ov3hj 3 ปีที่แล้ว

    Does anyone happen to know what song is playing in the background??

  • @azatecas
    @azatecas 4 ปีที่แล้ว

    Love it!

  • @Avalasoft
    @Avalasoft 3 ปีที่แล้ว

    Hello man! What IDE software did u use in this promo tutorial?
    Tnx!

  • @t9835
    @t9835 4 ปีที่แล้ว

    Can you make a video about Flutter please?

    • @t9835
      @t9835 4 ปีที่แล้ว

      I mean a 100sec Video about it.

  • @Mahmudulhasan-ts5hm
    @Mahmudulhasan-ts5hm 2 ปีที่แล้ว

    love Vue

  • @LifeAtlas
    @LifeAtlas 4 ปีที่แล้ว

    Do you have a fireship clothing shop?

  • @zaviusfirerave
    @zaviusfirerave 2 ปีที่แล้ว

    No need to manage states for variables like in react js?

  • @markroworth5700
    @markroworth5700 2 ปีที่แล้ว

    At 0:45, do you actually mean interpolate? Or interprete?

    • @NStripleseven
      @NStripleseven 2 ปีที่แล้ว

      Interpolate can be used to mean put stuff into the middle of strings.

  • @bouhannacheabdallah
    @bouhannacheabdallah 4 ปีที่แล้ว

    This series of 100s makes things very much easy to grasb when you need to take quick look on general ideas of different topics especially with this level of cancer-gene of programming languages that are being developped every period of time

  • @anirudhtv
    @anirudhtv 4 ปีที่แล้ว

    sir pls explain how to make video like yours
    like the editing ?? how to explain???and i want to learn how to edit like you???pls sir teach me

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

    good!

  • @aram5642
    @aram5642 4 ปีที่แล้ว

    Such a valid reference to Angular, which I like a lot, but the "community" and "open source" buzzwords are just empty words there.

  • @КонстантинЮрек
    @КонстантинЮрек 2 ปีที่แล้ว

    Спасибо, отличная информация

  • @RolandWade-s3j
    @RolandWade-s3j 14 วันที่ผ่านมา

    451 Yundt Forges

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

    React or Vue first for newbie like me (learned js)?

  • @SathyaPrakashMoparthi
    @SathyaPrakashMoparthi 4 ปีที่แล้ว

    @Fireship see you at 12 min Vue project 🔥

  • @joopie46614
    @joopie46614 2 ปีที่แล้ว

    If vue is simplistic then I'm the queen

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

    Who else thinks that this is the best channel on TH-cam ?

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

      Crickets

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

      This is a good channel when you think about presentation, but I will pick Traversey Media because Brad gives you long videos explaining everything. Again, these two channels are different, so comparison is not that important.

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

      @@ayaneshsarkar7804 It's a bot, spamming that same comment everywhere.

    • @climatechangedoesntbargain9140
      @climatechangedoesntbargain9140 4 ปีที่แล้ว

      LaserUnicorns is better, but this one is certainly not bad

    • @zalnars7847
      @zalnars7847 3 ปีที่แล้ว

      ME!!!

  • @CodyDBentley
    @CodyDBentley ปีที่แล้ว +213

    Vue has changed and matured so much since this video, it's about time for a new 100 seconds video using Vue 3 with composition and setup scripts

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

      @Fireship do this

    • @Wreighn
      @Wreighn 9 หลายเดือนก่อน +6

      A downgrade that just makes the code look less organized.

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

      @@Wreighn I do not agree. The vue2 got a lot of problems of over-engeneering that made it slower than 3. it becomed a performance issue

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

      Yes and then they add in the last statement that instead they don't listen to the community and push unwanted and unneeded downgrades that will take you months to rewrite with worse reactivity and performance.

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

      @gabrielserejo8379 categorically wrong. proxy objects reduce performance massively you can benchmark it. @Wreighn is correct, no one wanted vue3 or composition API, the developers did not listen to the community and pushed their own agenda instead.

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

    I was just looking into this, your timing is always scary perfect haha 😂

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

      I get that a lot 😂

    • @Rahul-ym9uh
      @Rahul-ym9uh 4 ปีที่แล้ว +2

      Literally the same here

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

      Same thing here, mate! xD Because of working with WordPress, I had to learn some React, because of work at the office I had to learn some Angular, but I honestly would rather using my time to learn and work with Vue.js. I can't wait to get my hands on it! Dx

    • @Sanguinezor
      @Sanguinezor 4 ปีที่แล้ว

      @@RodrigoDAgostino My opinion would be to go straight to React over Vue. It is less rule based and flexible
      Do whatever seems easier for you to understand. If you are unfamiliar with ES6. React should be the go to point

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

      @@Sanguinezor I honestly appreciate your advice, my friend :) I definitely prefer React over Angular because I find the sintaxis much easier to understand. But I still want to give Vue a chance. Everything I've heard about it was pretty good, and also I'd rather stay as far away as possible from shady companies like Facebook and Google. Specially from Facebook.

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

    Rarely do I see someone consider "not being supported by big cooperations" as an upside, but I completely agree.
    React and Angular are great frameworks as well, and they all resemble each other to a certain extent, so imo it doesn't really matter which one should you choose to start with, since you can always switch between them without many difficulties. I got to know to React first, then I changed to Vue. All the things I learned in React helps me a lot understanding Vue, and I find both of them interesting and worth learning.

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

      Seriously? React is framework?

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

      @@juangprogramming I mean I think it kinda is... like yes you have to install a lot of third party tools like react-router-dom for routing and a bunch of other stuff, but it does wayy... more things than a library,
      and when you're using some cli tool like create-react-app or vite it almost becomes a framework.

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

      Bruh didn't you read what I said, when people start using react with create-react-app and vite it almost gets tied to that eco-system, like if your projects using create-react-app and you wanna use Turbopack for bundling good luck with that, same if you're using vite and don't capitalize your file names they wont' trigger HMR
      what I'm saying is nobody manually configures react with babel to compile JSX and then use Webpack to bundle it with watch flag,
      yes react in itself is a completely different thing, too different from webdev itself, but when building SPAs, the tech people use often make them do things in an opinionated way and that's what I meant
      React itself is not opinionated, but it's not sufficient either, you need a build tool with it, and that build tool sometimes restricts you to do certain things.

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

      ​@@thatsalot3577 I get all you're saying. Probably 90% of actual production use-cases are built with some framework around React. But it is very important to keep the underlying principles and tools separated from the interchangable framework around it.
      React is not a framework, it also doesn't become one if you use Next.js or other frameworks. Same way that JavaScript doesn't become type-safe, if you're using typescript. It's type-safe before you compile, and afterwards, things will go wrong. because they can go wrong.
      Also, even though I don't see how CRA is making React into a framework... I built several build configurations for my React apps myself, because for certain use-cases you're better off doing that. For example when building a component library. I found that to be very doable.
      But in the end, every project needs rules. Frameworks enforce these. So whether you like a framework and its rules, or you make up your own, doesn't change the outcome much, does it?

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

      @@callmepotato192 smells like sb is an angular fanboy..

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

    Man me another another young developer (both in mid 20s) were finally able to convince our company (all other devs in 40s or 50s) to start using a frontend framework. I had React experience, but realized VUE would be way easier to implement on already made sites. And it has been a blessing

    • @electricimpulsetoprogramming
      @electricimpulsetoprogramming 2 ปีที่แล้ว

      how you got your first programming job? i am 18 years old

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

      @@electricimpulsetoprogramming spam cv everywhere

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

    Svelte in 100 seconds.

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

    i cant believe how perfect this comes

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

    Love the simplicity and how robust VUE is ❤ ☄

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

    Vue is dope. A great choice for any developer making the jump from Vanilla JS to working with a framework.

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

    More videos of "javascript framework in 100 seconds".
    It really saves it really saves a lot effort to research about for learners.
    Waiting for Angular in 100 seconds.

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

    Vue.js is just a pleasure to work with!

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

    This syntax reminds me of the times when it was normal to mix PHP code into HTML :D

  • @guihmatos311
    @guihmatos311 8 หลายเดือนก่อน +1

    the video has 123 seconds no 100 seconds. I don't like. It's joke hahha congratulations for video. Thanks

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

    Love Vue but unfortunately more places want React developers. Vue is much nicer to code with.

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

    bro this is the second time I was researching about a topic and then you upload a video that same day. Are you watching me?

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

    I just took a React course on Udemy :v and i swear to God, i never felt that anxious like this time.

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

      Go Vue :) You will love it. It's extremely simple to start yet packa great power for advanced users.

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

      @@desther I always felt like Angular is way too hard. React was so easy to get a grasp on.

    • @mansaha9288
      @mansaha9288 4 ปีที่แล้ว

      But why?

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

      Nt sure why ppl this react is complex. Its pretty easy. Nd no ng nd v bullshit. Just plain JavaScript.

  • @J0hn.R
    @J0hn.R 4 ปีที่แล้ว +24

    1:32 that’s my comment ! 😂 thanks for featuring me

  • @lone-warrior-13
    @lone-warrior-13 4 ปีที่แล้ว +4

    Before trying vue i believed react is the best js library/framework for building js app but the more i work with vue the more i like it it's template system is much better and straightforward

  • @re-codedexistence9351
    @re-codedexistence9351 4 ปีที่แล้ว +6

    Fantastic. The ui framework i didn't know i needed. The core concept described here made instant sense to what I usually try to do. Great work.

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

    I saw many similarities with Angular. I'll definitely try VueJS when I get time. Great video

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

    I *LOVE* VUE! I started working with React a couple of years ago, in my current company I had to learn vue, and now there is no way I am going back to React :)

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

    lesss gooooo

  • @Kevin-jc1fx
    @Kevin-jc1fx 3 ปีที่แล้ว +1

    So Vue is a reactive UI library. I don't know how to React to that. 😅

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

    Great Video, Now please build the same with react

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

      Will do! Eventually you will see 100 seconds of all the js framework flavors.

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

    I didn't understand a fucking word of this. Guess I should start with react.