Stop Using Create React App

Поділитися
Вставка
  • Опубліковано 2 лис 2022
  • Sorry about the bad audio quality. My computer changed my mic to use my webcam mic instead of my actual microphone.
    🌎 Find Me Here:
    My Blog: blog.webdevsimplified.com
    My Courses: courses.webdevsimplified.com
    Patreon: / webdevsimplified
    Twitter: / devsimplified
    Discord: / discord
    GitHub: github.com/WebDevSimplified
    CodePen: codepen.io/WebDevSimplified
    #Shorts

КОМЕНТАРІ • 447

  • @patrickngnet
    @patrickngnet Рік тому +1125

    The fun fact : Creator of vite is EVAN who is also the creator of vuejs

    • @mazharansari7813
      @mazharansari7813 Рік тому +41

      wait what??? really??? thanks for sharing man

    • @NoOne-ev3jn
      @NoOne-ev3jn Рік тому +2

      Indeed

    • @aniquemaniac
      @aniquemaniac Рік тому

      ok

    • @mel-182
      @mel-182 Рік тому +60

      Just created it overnight cuz he's bored. Look it up!

    • @21maralexander
      @21maralexander Рік тому +16

      ​@@mel-182 Vite is not a bundler. Is an abstraction layer for Rollup. Rollup config it can be over complicated for simple projects.

  • @mindbodyps
    @mindbodyps Рік тому +932

    Once a react developer use vite, they will never do create react app again

    • @sigfigronath
      @sigfigronath Рік тому +5

      yes sir

    • @Helium6000
      @Helium6000 Рік тому +4

      worth to try

    • @mindbodyps
      @mindbodyps Рік тому +5

      @@user-gw5lu8ze5s Vite는 '반응 앱 만들기'가 아닌 기본적으로 반응 응용 프로그램을 만드는 데 채택 될 가치가 있습니다.

    • @monojhqm
      @monojhqm Рік тому +5

      I use nextjs instead of react

    • @caturbgs11
      @caturbgs11 Рік тому

      I use nextjs tbh

  • @scratchpatch2404
    @scratchpatch2404 Рік тому +4

    You look like Homelaner from "The Boys"

  • @tahirdibirov1430
    @tahirdibirov1430 Рік тому +260

    for a second I thought you were going to configure the entire webpack manually

    • @HenriqueAraujo174
      @HenriqueAraujo174 Рік тому +18

      And whats the problem with that? Nothing like have full control of your project

    • @themindhelp9584
      @themindhelp9584 Рік тому +1

      🤭

    • @Pilosofia
      @Pilosofia Рік тому +32

      ​@@HenriqueAraujo174 I agree as someone who does not value his time.

    • @joshua_226
      @joshua_226 Рік тому

      ​@@Pilosofia 😂😂😂😂

    • @s-qc9ns
      @s-qc9ns Місяць тому

      doing that is easier than u think

  • @manoking9619
    @manoking9619 9 місяців тому +124

    I swear, everytime we newbies learn something, we quickly learn that it's obsolete, our information is incomplete, or there's something wrong with the practice.

    • @bob13513
      @bob13513 6 місяців тому +4

      learning should be exciting, you're discovering things.

    • @sinethembagomba1720
      @sinethembagomba1720 6 місяців тому +2

      That is true.

    • @Andy-si1pl
      @Andy-si1pl 5 місяців тому +3

      When something new comes out - just ignore it if you are already halfway into a project. I did that for react and CRA for years but now I am still working as a React Dev. Only learn it if it will directly make you money. I use CRA for my side hustle. When its finished. I will look at the market and see what the best thing to upgrade it to is - rather than start it AGAIN (AGAIN) in vite.

    • @zainkiani9548
      @zainkiani9548 5 місяців тому +4

      Right on the money my man

    • @mccleod6235
      @mccleod6235 4 місяці тому +1

      Welcome to modern software development - particularly web development. React will be obsolete in a year or two, and vite will be superseded by something else.

  • @enchantereddie
    @enchantereddie Рік тому +245

    I overclocked my PC to run Create React.

    • @thelonercoder5816
      @thelonercoder5816 Рік тому +14

      it's so trash and takes forever. My project is getting big so it takes sooo long to start up and now i'm switching to vite.

    • @RedXtremeHacker
      @RedXtremeHacker Рік тому +7

      That's some gamer stuff.

    • @thepriestofvaranasi
      @thepriestofvaranasi 11 місяців тому +5

      Fr it takes forever to create the app or even start the dev server. I am glad that I found vite.

  • @cedrictheveneau9141
    @cedrictheveneau9141 Рік тому +20

    I started learning React a few months ago, and our teacher told us to always try to use a smaller package installer cause natively React has a lot of stuff you won’t necessarily use

  • @Dylan_thebrand_slayer_Mulveiny
    @Dylan_thebrand_slayer_Mulveiny Рік тому +69

    Vite seems cool. The problem is its eco system isn't anywhere near as robust as webpack's. And its edge cases (including solutions) aren't as established. That means its far harder to find a library you may need, and if you run into a rare issue or conflict, you're far less likely to come across someone else who encountered it or how they solved it.

    • @ko-Daegu
      @ko-Daegu Рік тому +6

      Now we also have mono repo which’s way faster
      By creator or webpacks

    • @abdellatif_anaflous
      @abdellatif_anaflous Рік тому +7

      Now we also have Turbopack which is 700× faster than webpack

    • @bradyfractal6653
      @bradyfractal6653 Рік тому +18

      Nah Vite Ecosystem, maintainer team, and userbase is huge. Name one problem solved by webpack that isn’t solved by Vite in a better, more modern way. I’ll wait.

    • @loucadufault6549
      @loucadufault6549 Рік тому

      @@bradyfractal6653I have an honest question? How does the build system of Vite compare to that of CRA once you eject? I basically use CRA as a codegen to get the best practices and then tweak the webpack setup to remove stuff I don’t need. There’s like 1000 lines of webpack setup, much of which is there to address issues that wouldn’t have presented themselves for a while.

    • @RaZziaN1
      @RaZziaN1 9 місяців тому

      react svg, next svg, node versions, refresh problems, react native debugging, build issues, islands@@bradyfractal6653

  • @mostafahassan6909
    @mostafahassan6909 7 місяців тому

    This was actually extremely helpful. I'm just getting started with node, and trying to use TypeScript with create-react-app was turning out to be rather tedious and non-trivial. With vite, I got up and running with TypeScript in seconds.

  • @MaxProgramming
    @MaxProgramming Рік тому +22

    Finally you switched to Vite 😍

  • @ShiloBuff
    @ShiloBuff Рік тому +1

    I switched to Vite a week ago and love it.
    It's great for non React too.
    Haven't figured out how to host from lan properly though. And I missed the auto load page but thankfully there is a config for that.

    • @ShiloBuff
      @ShiloBuff 11 місяців тому

      Coming back to this video. I figured out both a long time ago and fairly straight forward.

  • @Tassaczek
    @Tassaczek 9 місяців тому +1

    Nice. I'm a vue developer and I was looking for it! So cool I can use vite :)

  • @phil5053
    @phil5053 Рік тому +1

    Will try this out

  • @the_truth_seeker334
    @the_truth_seeker334 Рік тому

    Vite supports many of the Roll-up plugins, which is very cool.

  • @ronEnlil
    @ronEnlil Рік тому

    thank you that's great and really helpful .. please do more like that one

  • @mx1318
    @mx1318 Рік тому +6

    I was about to change to vite this week. But once you look for typescript and jest compatibility everything falls apart

  • @ahmadsalah1721
    @ahmadsalah1721 Рік тому +22

    I was working with vite for a while, but when I used it with Material UI I ran into so many problems one of them was (not recognizing the custom theme) I had to switch back for CRA

    • @brightkingsley4771
      @brightkingsley4771 9 місяців тому

      same here

    • @ahmadsalah1721
      @ahmadsalah1721 8 місяців тому

      bro do u still have issues with it in 2023? I still haven't used it @@brightkingsley4771

    • @Noam-Bahar
      @Noam-Bahar 3 місяці тому

      For some reason Vite puts all the CSS in style tags in the HTML head, instead of separate CSS files. I've had quite a bit of trouble integrating Tailwind with other component libraries when I migrated to Vite from CRA

  • @SalsaColombiaUS
    @SalsaColombiaUS Рік тому +13

    The only problem is that vite doesn’t run with cloud flare pages to host your app live right away 😢… so I’ve been using create React app

  • @tibzdankan
    @tibzdankan Рік тому

    I have just migrated all react projects to vite and development experience is just incredible ❤️🙏

  • @KasimAhmic
    @KasimAhmic Рік тому +16

    I use Vite for some smaller projects at work but as it currently stands, it doesn’t have the community support of something like Webpack. For example, CRA will fail to compile and throw a warning on your app if ESLint finds an issue or you mess up your TypeScript types. Vite on the other hand will let you compile basically anything so long as it’s valid JS syntax. There is an ESLint plugin for Vite that I use but I find it’s inconsistent at times. Overall, I do love Vite and it’s really only a matter of time before it beats out Webpack in community support.

    • @wij8044
      @wij8044 Рік тому

      You can update the Eslint rules, that has nothing to do with create-react-app or vite

    • @KasimAhmic
      @KasimAhmic Рік тому +1

      @@wij8044 It does because CRA bakes in an ESLint configuration by default whereas Vite does not. With Vite, you need to install a Vite plugin for ESLint and then you need to install additional ESLint rules for React.
      That said, since I posted this comment, the plugin has gotten better so my original point on it being “inconsistent” seems to no longer be valid. Been using the plugin in a new project recently and it works great.

    • @aps9369
      @aps9369 Рік тому +1

      ​@@KasimAhmic is it ok to have no idea what u people are talking about even though i have 3 year experience in react development?

    • @KasimAhmic
      @KasimAhmic Рік тому +1

      @@aps9369 Yeah, you’re probably fine lol That’s the benefit of create-react-app after all; abstracting away all this nonsense and letting you just write React code.
      That said, with CRA seemingly being abandoned soon, it might be a good idea to familiarize yourself with build tooling like Vite, ESLint, SWC, etc. Fair warning though, it’s a rabbit hole full of its own rabbit holes lol Vite does a good job of explaining things and handling the bulk of the work for you, but eventually you’ll come across something that takes a week or two to debug. The joys of web dev…

    • @aps9369
      @aps9369 Рік тому

      @@KasimAhmic to consider someone as a expert react developer what are the react skills or knowledge he need to have?

  • @Ali-aljabri
    @Ali-aljabri Рік тому

    This channel should be the top of 10

  • @0xtz_
    @0xtz_ Рік тому +26

    vite is just amazing 👌

    • @interclosure
      @interclosure Рік тому +1

      Of course it is, it was created by the creators of Vue and Svelte

    • @Dev-Siri
      @Dev-Siri Рік тому

      ​@@interclosure
      "And Svelte" ???
      Its creator was the creator of only Vue not Svelte.

    • @itsyaboivoid
      @itsyaboivoid Місяць тому

      I know I'm 1 year late, but vite uses roll-up which is created by the creator of svelte​@@Dev-Siri

  • @gauravkrishna5805
    @gauravkrishna5805 Рік тому +1

    I think making a multipages projects needs a way lot of configs!

  • @thecamarokid4230
    @thecamarokid4230 Рік тому +31

    Can we have a full vid?

    • @Chris-zt4ol
      @Chris-zt4ol Рік тому +2

      Theo made a great video about it, just look it up on yt

    • @thecamarokid4230
      @thecamarokid4230 Рік тому +9

      @@Chris-zt4ol Definitely! He did a great job. I just think going more in-depth and step by step could help with beginners' understanding between both of them and how to use them.

    • @degenyakuza
      @degenyakuza Рік тому

      @@thecamarokid4230 that theo dude is always coming up with useless dumbest things ever

    • @Aelia117
      @Aelia117 Рік тому +1

      @@thecamarokid4230 just go to the documentation

    • @usemt9726
      @usemt9726 Рік тому

      theres nothing more to talk about, theo`s video says it all, and you can also find stuff by yourself

  • @Tofu_Slayer
    @Tofu_Slayer Рік тому +4

    vite is great until you find out it doesnt respect name spaces and packages dont work because of that

  • @csinp2028
    @csinp2028 3 місяці тому

    Bro It helped me lot❤

  • @retzd
    @retzd Рік тому +1

    The question is which to prefer, time to init your project or the stability of your project in a long term basis

    • @shawnlee6775
      @shawnlee6775 Рік тому

      Vite is a million times better. Vite has a ton of awesome plugins all you have to do is import and pass to the config. It even has Vitest and UnoCSS. The real question is React Vite vs NextJS.

  • @shivShaktitech
    @shivShaktitech Рік тому +1

    Yo! Man that's shortcut cool.

  • @TarekFaham
    @TarekFaham Рік тому +1

    Fantastic tutorial! How you can develop parts of the application features using this method and integrate it with an existing application that is based on angularjs?

  • @hotsezus
    @hotsezus Рік тому

    About a month ago I transferred react application from CRA 3 to Vite.
    Process was smooth and it took only about 1 day to solve all quirks and tune everything up for our team.
    As result we gained x2 (or even more) boost in production build and instant startup in development mode.
    Also, in this whole process we wrapped all main routes in lazy loaded components which gave us ability to split app into multipart-bundle.
    Conclusion - Vite is better than CRA (at least for fast start and almost zero-configuration). CRA is just kinda outdated

  • @herob2659
    @herob2659 8 місяців тому

    Also, CRA is not being updated anymore, so it's best to use vite as replacenent

  • @nadetastic_
    @nadetastic_ Рік тому

    Absolutely, switched from CRA to Vite and haven’t looked back

  • @RhayvenBlood
    @RhayvenBlood Рік тому

    Kinda doubt it'll be a better use case than the custom one we have for work but if it's faster to setup for fun messing around projects >.>

  • @owenwexler7214
    @owenwexler7214 Рік тому +3

    "Create React App at this point is legacy software and should be treated as such." - Theo Browne

  • @zc2012
    @zc2012 Рік тому +1

    vite is great but when last time I checked it a few months ago, it did not support module federation.

  • @Bamaseahawk
    @Bamaseahawk Рік тому

    YOU ARE AMAZING!

  • @Chris-ry7kj
    @Chris-ry7kj Рік тому

    Used this for the first time recently and holy shit. It’s lightning fast

  • @user-nx5sg8uf2q
    @user-nx5sg8uf2q 4 місяці тому

    Thanks, man!

  • @namikazeminato68
    @namikazeminato68 Рік тому

    Me who uses Expo Init: **Hmmm intensifies**

  • @LokeshTulsani
    @LokeshTulsani Рік тому

    Used Vite with Laravel 9 which replaced Mix in Laravel 9 Vite is fantastic

  • @chrism6880
    @chrism6880 Рік тому +120

    Javascript truly is a nightmarish junkyard of a language held together with duct tape, bubble gum, and tears

    • @MemesterTheMaster
      @MemesterTheMaster Рік тому +8

      Even Scratch is less trashy, I'm not kidding, JavaScript is hell on earth for whoever wants to type code.

    • @justSomeUserOnYT
      @justSomeUserOnYT Рік тому +12

      JavaScript is the wild west at this point. I like it but also really hate it.

    • @MemesterTheMaster
      @MemesterTheMaster Рік тому

      @@PalmDevs ok maybe I went too far, but JS is still caos

    • @kirin9991
      @kirin9991 Рік тому

      Held together by ur mom

    • @MemesterTheMaster
      @MemesterTheMaster Рік тому +2

      @@kirin9991 man at least I have a mom

  • @am_editx278
    @am_editx278 Рік тому

    Thnx man thats really fast

  • @Ajay-cv1zs
    @Ajay-cv1zs 8 місяців тому

    Parcel is a beast😂

  • @gideon_ks
    @gideon_ks Рік тому

    Best react setup so far

  • @Poke711
    @Poke711 Рік тому

    I love I found out about vite very early into making a react application

  • @EdgyVidyaGeneral
    @EdgyVidyaGeneral Рік тому +9

    Could you do a vid on deploying a React site to Github Pages?

    • @1stblackpm
      @1stblackpm Рік тому +3

      Just do npm i - d gh-pages then hit npm run deploy. Next go to pages and make sure the project is building the gh-pages branch and voila....

    • @1stblackpm
      @1stblackpm Рік тому +2

      * -d no spaces

    • @EdgyVidyaGeneral
      @EdgyVidyaGeneral Рік тому +1

      @@1stblackpm Wow this is a lot easier than I thought it would be. I thought I remember having to customize stuff in the package.json before deployment and adding some scripts. Is this not the case?

    • @1stblackpm
      @1stblackpm Рік тому +1

      @@EdgyVidyaGeneral oh ya. U gotta add one more thing to scripts, I'll share that with you in a bit

    • @hermeschi
      @hermeschi Рік тому

      ​@@1stblackpm *3 hrs lateur*

  • @cypherusuh
    @cypherusuh 7 місяців тому

    the downside is you need to install A LOT of library to accomodate unit testing, not to mention Babel setup and jest config

  • @chibuezevince
    @chibuezevince Рік тому

    Thanks for this.

  • @kingbeencent
    @kingbeencent Рік тому +2

    Totally agree!!

  • @MrJettann
    @MrJettann Рік тому

    Can you make the full vite setup video for beginners like me?)

  • @videosforketan
    @videosforketan Рік тому +1

    How about Jest? Does Vite support Jest?

  • @raulbarriga7416
    @raulbarriga7416 8 місяців тому

    What about for a small business where you want to get up and running fast, like for a hotel/Airbnb type business? Would next.js’ SEO feature be better for the business?

  • @citronelle264
    @citronelle264 Рік тому

    I'll try it today

  • @alexr7862
    @alexr7862 Рік тому

    Just got up to the ready chapter In codecademy nice

  • @code.cracking
    @code.cracking Рік тому

    Thanks for sharing

  • @cedricvillani8502
    @cedricvillani8502 Рік тому

    Ok vanilla ice I’ll give you a super thanks (just wait for it)

  • @vtorres02
    @vtorres02 Рік тому +4

    Yes, this is great for a quick application or a really small/personal project. But vite is a different bundler from webpack and it still has a lot of issues, specially with testing (vitest library is yet not recommend for production projects)

    • @ko-Daegu
      @ko-Daegu Рік тому

      Vitest is great
      The whole thing for perfectly fit the Vue eco-sys
      Creat your app with Vite
      Test it with Vitest

    • @muresanandrei7565
      @muresanandrei7565 Рік тому

      This fucking grinding devs are full of shit don't listen to them they don't know what they talk about the points he said here are complete garbage and not true.

  • @user-il9qo4qc4n
    @user-il9qo4qc4n Рік тому +113

    Commenting on this video so the UA-cam shorts algorithm learns to stop showing my Andrew Tate videos

  • @baptistecourgibet8889
    @baptistecourgibet8889 Рік тому +1

    I did it 5 months ago and it was the best choice in my life. Ok not in my life but still a great choice.

  • @heidji
    @heidji 10 місяців тому

    FYI, you cannot create standalone apps with VITE, it only works with CRA. It's something dumb in the end that makes the difference, but I only use VITE for hosted apps and CRA for standalones

  • @royronalds
    @royronalds Рік тому

    Thanks, I like getting updates on how to get going with vite and other modernization improvements, and getting a sense of how stable or unstable they are.

  • @SamSepiol127
    @SamSepiol127 Рік тому

    I used vite for a few Laravel project I honestly didn't even know u can do it

  • @thelonercoder5816
    @thelonercoder5816 Рік тому

    Vite is god's gift to web development lol

  • @AymenTDD
    @AymenTDD 8 місяців тому

    Thanks bro

  • @atharvabagade5625
    @atharvabagade5625 11 місяців тому

    Thank you very much

  • @brettmurphy7588
    @brettmurphy7588 Рік тому

    How does this scale with large apps? If we are optimizing an app I'm not sure the build time would be the first thing I look at when we are measuring in milliseconds or seconds.

  • @mikopiko
    @mikopiko Рік тому

    Good video, also if you have yarn installed, it's even shorter.
    yarn create vite

    • @hicoop
      @hicoop Рік тому +1

      pnpm better

    • @mikopiko
      @mikopiko Рік тому

      @@hicoop Same command with pnpm too,
      pnpm create vite

  • @alireza1642
    @alireza1642 Рік тому +1

    If I use Vite for my project, the domain will be: 127.0.0.
    But If I use firebase authentication, It is not going to work.
    I want to change the current domain to localhost.

  • @jerichovillanueva1743
    @jerichovillanueva1743 Рік тому

    Thank you!!!

  • @phreakadelle
    @phreakadelle Рік тому +1

    Start using Svelte! ;)

  • @khazifire
    @khazifire Рік тому

    Vite makes development faster (starting server and compilling when making changes)

  • @amanthinks374
    @amanthinks374 10 місяців тому

    CRA is reason enuf to move to svelte

  • @frusen_sol
    @frusen_sol Рік тому

    There is Snowpack , the faster frontend build tool. Can you make a video with this tool, Kyle?

  • @melvinbenjamin6792
    @melvinbenjamin6792 Рік тому

    Thank u bro

  • @buteaufrancoisjr.3889
    @buteaufrancoisjr.3889 Рік тому

    Thank you

  • @shayvt
    @shayvt Рік тому

    Which keyboard do you use?

  • @bernardus3289
    @bernardus3289 Рік тому +6

    I still pronounce Vite the same as you prenounce Kite but with the V instead of K. Its just feels better.

    • @svenyboyyt2304
      @svenyboyyt2304 7 місяців тому +2

      It's "fast" in French, so it's "veet". Evan You, the creator says so himself.

  • @User36282
    @User36282 Рік тому

    Thank you.

  • @surajyadav3428
    @surajyadav3428 6 місяців тому

    Yeah Vite is very fast and smooth compared to CRA and it has very less dependencies as well which gives it a wide edge.

  • @operatorunknown4987
    @operatorunknown4987 Рік тому

    The proxy usage is annoying tho’, i find CRA to have better one using the package.json so you dont have to do that api/ route.

  • @ToastyDragon
    @ToastyDragon Рік тому +15

    As a beginner programmer... I understood nothing 😂

    • @vaisakhkm783
      @vaisakhkm783 Рік тому +2

      🙃 take slow steps...

    • @mzubair21
      @mzubair21 6 місяців тому +2

      I hope now you are 1 year experienced developer now.

  • @orlandpy
    @orlandpy Рік тому

    I have tried vite and i had some problems with relative and absolute paths, would you tell us if you had this problems and how you fixed it ?
    I'd love to use vite, but i need to work around this problem first

    • @SpaghettiRealm
      @SpaghettiRealm Рік тому

      Are you talking about static files or imports in general?

  • @muhammadhamzasumbal5110
    @muhammadhamzasumbal5110 Рік тому

    Would have been nice if you explained why is it faster.

  • @aqeelshamz
    @aqeelshamz Рік тому +1

    Can I migrate from create-react-app to vite?

  • @MrFirstMiddleLast
    @MrFirstMiddleLast 11 місяців тому +1

    This is not what computer programmers are supposed to look like...

  • @jubileudacachaca7777
    @jubileudacachaca7777 6 місяців тому

    it's very easy, thanks

  • @balu3811
    @balu3811 2 місяці тому

    The problem with veet is that there isn't much help in the internet and some libraries like aws-sdk have problems with veet. There aren't much answers, but most'y questions

  • @iamabhhilashdk
    @iamabhhilashdk 9 місяців тому

    @WebDevSimplified Is there a way to deploy vite app without bundling and minification. We would like to see the source code in devtools. Adding build: { minify: true} did not stop bundling and minification when we ran npm run build.

  • @Tsabora
    @Tsabora 4 місяці тому

    very useful video

  • @engine_man
    @engine_man Рік тому

    Or you can just use whatever bundler you want and add react to it.

  • @ameyapai72
    @ameyapai72 Рік тому +1

    Can we use vite for NextJS?

  • @thegittubaba
    @thegittubaba Рік тому

    If you want fast why using npm instead of yarn?

  • @swapnilrenge335
    @swapnilrenge335 Рік тому +2

    How to migrate existing cra app to use vite?

    • @AveN7ers
      @AveN7ers Рік тому +1

      it's pretty easy. I just did it a few days ago. just Google your question and you'll get a good article

  • @alexfrozen
    @alexfrozen Рік тому +1

    Stop using react) I did and no regret. Faster delivery, less size and got real power of whole HTML5.

    • @thecoolnewsguy
      @thecoolnewsguy Рік тому

      Are you using Vue or what

    • @alexfrozen
      @alexfrozen Рік тому

      @@thecoolnewsguy JS.

    • @thecoolnewsguy
      @thecoolnewsguy Рік тому

      @@alexfrozen how are you doing so? Don't you have problems using ES6 modules (import/export)? Are you using something like webpack or vite?

    • @alexfrozen
      @alexfrozen Рік тому +1

      @@thecoolnewsguy It's long answer. Experiense. Short answer I use brain. And sober thinking. Own thinking. And have no problem at all. JS and HTML5 was developed by very and really smart people. Much-much smarter than all these vue/react/angular and many more creators. All you need is just listen to them. Hear their ideas. Their thinking. As I said, I did and no any regret. All my applications become smaller, faster and best delivery. I regret about time I spent digging in all these webpacks, eslints and many things I already forget as nightmare. They give illusion of help. And give a lot of pain dealing with their run/configs/updates/vulnerabilities. They eat part of brain and give less than HTML5/JS gives. No matter how beautiful framework, it limits technology. About your question about modules, I stopped using NPM modules. Just express. The only useful module for me.

  • @bikerguy3338
    @bikerguy3338 Рік тому

    How do people feel about vite vs next.js? I know they're a bit different.

  • @EnglishRain
    @EnglishRain Рік тому +1

    How long before Vite gets outdated?

  • @EverRusting
    @EverRusting Рік тому

    Now there is Turbopack which is used by newest Next.js which says it's MUCH faster than vite

  • @507_tyit_mehul_gohil7
    @507_tyit_mehul_gohil7 7 місяців тому

    how to deploy react-ssr . can please make a video for that.or you can suggest me where i can try to deploy.

  • @miguelpalacios9657
    @miguelpalacios9657 Рік тому

    Can I do the same with parcel? I've had bad experience with vite

  • @Lotpite
    @Lotpite Рік тому

    And what minuses to use vite instead of cra?