Stop Using Create React App

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

Пікірлер: 448

  • @patrickngnet
    @patrickngnet Жыл бұрын

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

  • @mazharansari7813

    @mazharansari7813

    Жыл бұрын

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

  • @NoOne-ev3jn

    @NoOne-ev3jn

    Жыл бұрын

    Indeed

  • @aniquemaniac

    @aniquemaniac

    Жыл бұрын

    ok

  • @mel-182

    @mel-182

    Жыл бұрын

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

  • @21maralexander

    @21maralexander

    Жыл бұрын

    ​@@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 Жыл бұрын

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

  • @sigfigronath

    @sigfigronath

    Жыл бұрын

    yes sir

  • @Helium6000

    @Helium6000

    Жыл бұрын

    worth to try

  • @mindbodyps

    @mindbodyps

    Жыл бұрын

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

  • @monojhqm

    @monojhqm

    Жыл бұрын

    I use nextjs instead of react

  • @caturbgs11

    @caturbgs11

    Жыл бұрын

    I use nextjs tbh

  • @tahirdibirov1430
    @tahirdibirov1430 Жыл бұрын

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

  • @HenriqueAraujo174

    @HenriqueAraujo174

    Жыл бұрын

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

  • @themindhelp9584

    @themindhelp9584

    Жыл бұрын

    🤭

  • @Pilosofia

    @Pilosofia

    Жыл бұрын

    ​@@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
    @manoking96199 ай бұрын

    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

    7 ай бұрын

    learning should be exciting, you're discovering things.

  • @sinethembagomba1720

    @sinethembagomba1720

    6 ай бұрын

    That is true.

  • @Andy-si1pl

    @Andy-si1pl

    5 ай бұрын

    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 ай бұрын

    Right on the money my man

  • @mccleod6235

    @mccleod6235

    5 ай бұрын

    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 Жыл бұрын

    I overclocked my PC to run Create React.

  • @thelonercoder5816

    @thelonercoder5816

    Жыл бұрын

    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

    Жыл бұрын

    That's some gamer stuff.

  • @thepriestofvaranasi

    @thepriestofvaranasi

    Жыл бұрын

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

  • @cedrictheveneau9141
    @cedrictheveneau9141 Жыл бұрын

    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

  • @scratchpatch2404
    @scratchpatch2404 Жыл бұрын

    You look like Homelaner from "The Boys"

  • @Dylan_thebrand_slayer_Mulveiny
    @Dylan_thebrand_slayer_Mulveiny Жыл бұрын

    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

    Жыл бұрын

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

  • @abdellatif_anaflous

    @abdellatif_anaflous

    Жыл бұрын

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

  • @bradyfractal6653

    @bradyfractal6653

    Жыл бұрын

    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

  • @MaxProgramming
    @MaxProgramming Жыл бұрын

    Finally you switched to Vite 😍

  • @mx1318
    @mx1318 Жыл бұрын

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

  • @phil5053
    @phil5053 Жыл бұрын

    Will try this out

  • @mostafahassan6909
    @mostafahassan69097 ай бұрын

    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.

  • @Tassaczek
    @Tassaczek10 ай бұрын

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

  • @SalsaColombiaUS
    @SalsaColombiaUS Жыл бұрын

    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

  • @ShiloBuff
    @ShiloBuff Жыл бұрын

    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

    Жыл бұрын

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

  • @thecamarokid4230
    @thecamarokid4230 Жыл бұрын

    Can we have a full vid?

  • @Chris-zt4ol

    @Chris-zt4ol

    Жыл бұрын

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

  • @thecamarokid4230

    @thecamarokid4230

    Жыл бұрын

    @@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

    Жыл бұрын

    @@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 Жыл бұрын

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

  • @ahmadsalah1721
    @ahmadsalah1721 Жыл бұрын

    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

    9 ай бұрын

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

  • @Noam-Bahar

    @Noam-Bahar

    4 ай бұрын

    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

  • @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

  • @gauravkrishna5805
    @gauravkrishna5805 Жыл бұрын

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

  • @KasimAhmic
    @KasimAhmic Жыл бұрын

    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

    Жыл бұрын

    @@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

    Жыл бұрын

    ​@@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

    Жыл бұрын

    @@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?

  • @TarekFaham
    @TarekFaham Жыл бұрын

    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?

  • @retzd
    @retzd Жыл бұрын

    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.

  • @tibzdankan
    @tibzdankan Жыл бұрын

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

  • @csinp2028
    @csinp20284 ай бұрын

    Bro It helped me lot❤

  • @zc2012
    @zc2012 Жыл бұрын

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

  • @Ali-aljabri
    @Ali-aljabri Жыл бұрын

    This channel should be the top of 10

  • @shivShaktitech
    @shivShaktitech Жыл бұрын

    Yo! Man that's shortcut cool.

  • @herob2659
    @herob26599 ай бұрын

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

  • @0xtz_
    @0xtz_ Жыл бұрын

    vite is just amazing 👌

  • @interclosure

    @interclosure

    Жыл бұрын

    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

  • @user-nx5sg8uf2q
    @user-nx5sg8uf2q4 ай бұрын

    Thanks, man!

  • @kingbeencent
    @kingbeencent Жыл бұрын

    Totally agree!!

  • @Bamaseahawk
    @Bamaseahawk Жыл бұрын

    YOU ARE AMAZING!

  • @nadetastic_
    @nadetastic_ Жыл бұрын

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

  • @MrJettann
    @MrJettann Жыл бұрын

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

  • @Ajay-cv1zs
    @Ajay-cv1zs9 ай бұрын

    Parcel is a beast😂

  • @am_editx278
    @am_editx278 Жыл бұрын

    Thnx man thats really fast

  • @chibuezevince
    @chibuezevince Жыл бұрын

    Thanks for this.

  • @code.cracking
    @code.cracking Жыл бұрын

    Thanks for sharing

  • @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 >.>

  • @AymenTDD
    @AymenTDD9 ай бұрын

    Thanks bro

  • @Chris-ry7kj
    @Chris-ry7kj Жыл бұрын

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

  • @citronelle264
    @citronelle264 Жыл бұрын

    I'll try it today

  • @Poke711
    @Poke711 Жыл бұрын

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

  • @cypherusuh
    @cypherusuh8 ай бұрын

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

  • @LokeshTulsani
    @LokeshTulsani Жыл бұрын

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

  • @videosforketan
    @videosforketan Жыл бұрын

    How about Jest? Does Vite support Jest?

  • @user-il9qo4qc4n
    @user-il9qo4qc4n Жыл бұрын

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

  • @zendark5356

    @zendark5356

    Жыл бұрын

    Bump

  • @hamzaejaz6212

    @hamzaejaz6212

    Жыл бұрын

    why not both ;)

  • @nbc3004

    @nbc3004

    Жыл бұрын

    haha

  • @babahgee2529

    @babahgee2529

    Жыл бұрын

    I agree, I want more of these

  • @the_street_coder4433

    @the_street_coder4433

    Жыл бұрын

    😂

  • @muhammadhamzasumbal5110
    @muhammadhamzasumbal5110 Жыл бұрын

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

  • @atharvabagade5625
    @atharvabagade562511 ай бұрын

    Thank you very much

  • @jerichovillanueva1743
    @jerichovillanueva1743 Жыл бұрын

    Thank you!!!

  • @gideon_ks
    @gideon_ks Жыл бұрын

    Best react setup so far

  • @namikazeminato68
    @namikazeminato68 Жыл бұрын

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

  • @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.

  • @WebDevSimplified

    @WebDevSimplified

    Жыл бұрын

    Thanks for the support!

  • @aqeelshamz
    @aqeelshamz Жыл бұрын

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

  • @EdgyVidyaGeneral
    @EdgyVidyaGeneral Жыл бұрын

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

  • @1stblackpm

    @1stblackpm

    Жыл бұрын

    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

    Жыл бұрын

    * -d no spaces

  • @EdgyVidyaGeneral

    @EdgyVidyaGeneral

    Жыл бұрын

    @@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

    Жыл бұрын

    @@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*

  • @amanthinks374
    @amanthinks37410 ай бұрын

    CRA is reason enuf to move to svelte

  • @raulbarriga7416
    @raulbarriga74169 ай бұрын

    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?

  • @melvinbenjamin6792
    @melvinbenjamin6792 Жыл бұрын

    Thank u bro

  • @alexr7862
    @alexr7862 Жыл бұрын

    Just got up to the ready chapter In codecademy nice

  • @alexr7862

    @alexr7862

    Жыл бұрын

    React *

  • @swapnilrenge335
    @swapnilrenge335 Жыл бұрын

    How to migrate existing cra app to use vite?

  • @AveN7ers

    @AveN7ers

    Жыл бұрын

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

  • @buteaufrancoisjr.3889
    @buteaufrancoisjr.3889 Жыл бұрын

    Thank you

  • @SamSepiol127
    @SamSepiol127 Жыл бұрын

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

  • @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

  • @heidji
    @heidji10 ай бұрын

    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

  • @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.

  • @User36282
    @User36282 Жыл бұрын

    Thank you.

  • @shayvt
    @shayvt Жыл бұрын

    Which keyboard do you use?

  • @Tsabora
    @Tsabora4 ай бұрын

    very useful video

  • @ashokreddy2982
    @ashokreddy29824 ай бұрын

    But this VITE will display a blank screen when our code has errors instead of showing where the exact error is

  • @maskedvillainai
    @maskedvillainai2 ай бұрын

    Dude why didn't I see this a year ago. The hell

  • @alireza1642
    @alireza1642 Жыл бұрын

    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.

  • @cedricvillani8502
    @cedricvillani8502 Жыл бұрын

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

  • @theodorenegusu418
    @theodorenegusu418 Жыл бұрын

    What about bit reload issue?

  • @owenwexler7214
    @owenwexler7214 Жыл бұрын

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

  • @Sameditz785
    @Sameditz7855 ай бұрын

    Amazing!

  • @chrism6880
    @chrism6880 Жыл бұрын

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

  • @MemesterTheMaster

    @MemesterTheMaster

    Жыл бұрын

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

  • @justSomeUserOnYT

    @justSomeUserOnYT

    Жыл бұрын

    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

    Жыл бұрын

    @@kirin9991 man at least I have a mom

  • @bikerguy3338
    @bikerguy3338 Жыл бұрын

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

  • @jubileudacachaca7777
    @jubileudacachaca77776 ай бұрын

    it's very easy, thanks

  • @ToastyDragon
    @ToastyDragon Жыл бұрын

    As a beginner programmer... I understood nothing 😂

  • @vaisakhkm783

    @vaisakhkm783

    Жыл бұрын

    🙃 take slow steps...

  • @mzubair21

    @mzubair21

    6 ай бұрын

    I hope now you are 1 year experienced developer now.

  • @vtorres02
    @vtorres02 Жыл бұрын

    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.

  • @engine_man
    @engine_man Жыл бұрын

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

  • @khazifire
    @khazifire Жыл бұрын

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

  • @phreakadelle
    @phreakadelle Жыл бұрын

    Start using Svelte! ;)

  • @wolverinelogan5409
    @wolverinelogan5409 Жыл бұрын

    Vite does not stop running on any typescript error like create react app

  • @andrewpagan
    @andrewpagan Жыл бұрын

    What's the speed versus NextJS?

  • @balu3811
    @balu38112 ай бұрын

    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

  • @EverRusting
    @EverRusting Жыл бұрын

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

  • @simpingsyndrome

    @simpingsyndrome

    Жыл бұрын

    I cant wait the stable version

  • @507_tyit_mehul_gohil7
    @507_tyit_mehul_gohil78 ай бұрын

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

  • @gabrieldeoliveirasilva8291
    @gabrieldeoliveirasilva8291 Жыл бұрын

    how do i change the default tcp port of my vite application?

  • @abdullahahmadsiddiqui2653
    @abdullahahmadsiddiqui26535 ай бұрын

    How to run diffrenet projects in one app?

  • @baptistecourgibet8889
    @baptistecourgibet8889 Жыл бұрын

    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.

  • @longjiang2005
    @longjiang20058 күн бұрын

    How is compatibility

  • @miguelpalacios9657
    @miguelpalacios9657 Жыл бұрын

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

  • @eliass1862
    @eliass1862 Жыл бұрын

    why no create your own webpack config with react

  • @joshandromidas
    @joshandromidas Жыл бұрын

    Anyone know how to use Vite with a docker deployment with custom environmental variables? Vite doesn’t use process.env, and the workaround I used to get docker env vars to work with Vite was incredibly messy.

  • @user-gw5lu8ze5s
    @user-gw5lu8ze5s Жыл бұрын

    Does anyone know how to update favicon?

  • @ImSRJY
    @ImSRJY6 ай бұрын

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

  • @EnglishRain
    @EnglishRain Жыл бұрын

    How long before Vite gets outdated?

  • @JohnDoe-jc4xp

    @JohnDoe-jc4xp

    Жыл бұрын

    Vite 2 just came out ;)