Evan, how am I supposed to get my coffee in between builds now huh? you only think about yourself.
@AndrewRusinas3 жыл бұрын
Hahahaha I said to my team the same :D
@olezhonnv32153 жыл бұрын
You will be fired in nearest few years, because frontend will be generated using AI. Go drink your coffee. and eat banana!
@uskaishiga2 жыл бұрын
Great comment man hahaha
@anuragpramanik60952 жыл бұрын
Nice one!! :D
@dekcode28242 жыл бұрын
That's the downside of vite I am struggling with 😂
@cedrics73742 жыл бұрын
Having someone explain his own work is so much better 🙂
@houiderwalid58423 жыл бұрын
Omg he's a really good teacher too.
@lorandhorvath44662 жыл бұрын
Evan, this is amazing. You basically killed all webpack-based tooling. Good job, I won't miss any of that, not one bit!
@ElmachitoSilbateador2 жыл бұрын
@@dae2530 keep coping like that
@heathledger7291 Жыл бұрын
Not killed, but for most typical frontend site codebases with a single index.html where scripts,stylesheets are injected into its probably the best solution
@lorandhorvath4466 Жыл бұрын
@@heathledger7291 It can also handle multiple entry points...
@Zen-rl5pv3 жыл бұрын
First time seeing the vanilla version of vite, it really is looking like the future of frontend tooling!
@TLJAFAR3 жыл бұрын
Yeah 😊
@cary36822 жыл бұрын
Yeah!that is so cool
@saulsalazar74103 жыл бұрын
I love Vue for all the freedom it gives in development and I hope fall in love with Vite too.
@theohallenius88823 жыл бұрын
I've been enjoying the Vite + Svelte combo, it's like "wow, where has this been all my life?"
@tomino1332 жыл бұрын
What an absolute legend this guy is
@BsiennKhan3 жыл бұрын
Does it do tree shaking? I was assuming only importing debounce from lodash, The file size would ib in KBs instead of 1.3MB @13:00
@theworld59372 жыл бұрын
This man is a legend. 15 gold Olympic medals if JS was a sport.
@prachi.srivastava Жыл бұрын
this is by far the awesomest video to understand what vite does
@jimshtepa54233 жыл бұрын
I wish you covered more details of how vite is different from parcel (or similar instrument). I recognize that it may sound too basic information but beginners like me would appreciate some basic details along with more advanced ones. Apart from that the content is really good and I cannot even imagine how difficult it was to build such instrument. Thank you for the material. Your time is well appreciated
@dotdot-zp5vx Жыл бұрын
i Love how excited and proud he is
@SewonKimMusic Жыл бұрын
this is incredible! I'm honored to receive such valuable education.
@bobsmithy31032 жыл бұрын
Love you man! For the last few years I could never get into typescript because of all the issues I had with webpack configuration but this solved essentially all my pain points! THANK YOU SO MUCH!
@xxidbr93 жыл бұрын
i use vite for building components in react, and i really love it ❤️🔥❤️🔥❤️🔥
@jakeave2 жыл бұрын
I just remember crying and dying trying to update babel and babel plugins, and having a build tool that takes advantage of the current state of browsers is so nice.
@vladhusnullin16502 жыл бұрын
How about debuging JS/TS in the chrome dev tools ?
@victornoagbodji3 жыл бұрын
This is a great peek at what's going on in the frontend world 😄 I hope you turn this into a series.
@VueMastery3 жыл бұрын
Hi Victor! This tutorial is part of a whole course that Evan You teaches. You can access the course for free this weekend only: www.vuemastery.com/vite-weekend-2021
@victornoagbodji3 жыл бұрын
@@VueMastery Oh wow! Thank you so much 🙏
@luzaw49572 жыл бұрын
Never thought Vue creator, an ex-Google would do this simple tutorial, awesome!
@salehmir92053 жыл бұрын
This guy is the best thing that happened to JS just like Taylor Otwell is the best thing that happened to PHP
3 жыл бұрын
What about Fabien Potencier?
@sonofabippi2 жыл бұрын
Build cycles in my first job were 2-3 minutes. 2-3 minutes. Two, to three minutes. A full build of everything from the drop to make a .bin file to burn to 'the thing' was 27 minutes.
@soixantelly2 жыл бұрын
this hands down one of the coolest shit i've seen in frontend tools
@TheMenny103 жыл бұрын
Awesome video! Quick question, what's the VS Code theme's name and the icon's name? looks super dope!
@zarefaworld76282 жыл бұрын
thanks for your explained. iwanna ask in my case i have laravel breeze with vite and i must run 'npm run dev' to open the project and works good. then how to deploy to the web server works good cause in the web server i cannot run ''npm run dev''
@saultube442 жыл бұрын
Efficient as Native, that's great 😃👍 Thanks 🙏 I'm a 100% n00b programmer in JavaScript, I'm trying to educate myself, I can code on Pascal 7, Delphi and Visual Basic, so I can't understand much, but I understand enough, to see that is reduced to calls 🤙to Native code and not to a VM or other slow engine
@kaleabayele9182 жыл бұрын
but still vite is not working for me with react the server do not start. has some error on callback function
@tbugaevsky2 жыл бұрын
Thank you for care of dev server speed, it was pain working without it.
@saeedhalabi4 ай бұрын
You're awesome, Evan!
@re.liable2 жыл бұрын
Started with Grunt the other day. Will be migrating to Vite immediately 😆
@koistya2 жыл бұрын
Is it going to work with stuff relying on Babel plugins such as Relay compiler, allowing to have GraphQL fragments inside of js/ts code (similarly to how you use JSX inside .js/.ts files)?
@timurtimak63723 жыл бұрын
Is it Google Glass on the thumbnail? Is the image flipped? I thought there was only right-eye version.
@VueMastery3 жыл бұрын
Yes it's flipped. Good eye! 😁
@Tony.Nguyen137 Жыл бұрын
Can I change the css code template of the provided css file?
@hidami32413 жыл бұрын
Hi Evan, any plans for mobile app development with vuejs?
@cutups3 жыл бұрын
Followed along here and found that not only is hot reloading not working, nothing updates at all unless I restart the dev server. Any basic troubleshooting tips?
@AlfredTuinmanOurManInIndia2 жыл бұрын
I may be missing a point but how do i procress a js file before rendering the html page. In Webpack one has an html (ejs) file and a js file per page. So I am kind of lost here. I don't use frameworks and only vanilla javascript
@derjansan95643 жыл бұрын
I often have problems with old listeners still being attached after a hot reload. Are there any best practices to avoid this?
@olezhonnv32153 жыл бұрын
Yes. Not to use hot reload.
@programmingholic Жыл бұрын
Evan it's really Great, Thankyo for this .
@francescotrillini52263 жыл бұрын
Love the way he’s teaching
@kma11383 жыл бұрын
"Who's the teacher in that video?" "It's You" "Huh? I mean who is the teacher?" "It's really You!" ...
@howhello3543 жыл бұрын
: hi, I'm you : then who I'm!
@AnimusAgent2 жыл бұрын
Why is angular not supported? I know that angular cli is already using esbuild on version 13, so angular cli is just as fast as vite?
@maizesoft3 жыл бұрын
If the us and html is in the public folder, it does not load the import module?
@yangliu27138 ай бұрын
Could I ask, if my repo needs to import third party library which is still using require syntax, how to solve the vite compile issue for this?
@Viralplace2 жыл бұрын
I have problems with the @use and @import in vite.js. I can't use @use to import a folder for example @use 'components', I can't use @import with comma and without .scss extension, for example @import 'uno', 'due', 'tre': but I have to write always @import.... why? it's terrible
@cnikolov3 жыл бұрын
Its really cool I just didn't get why would you use typescript but without type checking? just to get features such as interfaces etc? would it be worth to write interfaces if there is no type checking
@mohammedaliagha75203 жыл бұрын
VSCode or another IDE that's setup properly will give you type-checking, so doing `let foo: number = "bar"` for example will show an error in the IDE
@rajdeepc032 жыл бұрын
This is amazing... Please support angular too!
@athitsaewang36522 жыл бұрын
i have websocket connection to wss failed. How i can resolve that, thanks
@sergiomartin54453 жыл бұрын
Why is it working? I mean, I can't see any webpack configuration anywhere.
@lorandhorvath44662 жыл бұрын
Haha, good one. Because it's not webpack, but esbuild for development and rollup for production.
@ashutosh887_ Жыл бұрын
How to add env variables to vite.config.js (I'm creating a React Vite Project)
@creativedeveloper69213 жыл бұрын
dumb question.. why not just use esbuild then? What am I missing here?
@lorandhorvath44662 жыл бұрын
Yeah, good question.
@DikyVb6 ай бұрын
Why Vite use 5173 port, because V = 5 so VITE is V173 or 5173
@AndrewRusinas3 жыл бұрын
Hey, what about Vite support Vue 2?
@SteveInTek3 жыл бұрын
does anybody know which VS code color schema Evan is using on the video?
@pdi9993 жыл бұрын
I think it is Material Theme (Palenight High Contrast)
@SteveInTek3 жыл бұрын
@@pdi999 awesome! thank you
@cubedev48383 жыл бұрын
The best thing about vite is the fouder itself teach people.I hope Evan Yu can teach us more about vite. Maybe do a lots of common projects such ecommerce, CRUD and etc. So people can see clearly the power of vite. But i wondering what happen to Vuejs?
@alexdevorigin12 жыл бұрын
Sigue en pie, lo único es otra herramienta más pero con otra agilidad
@jonathansigg85632 жыл бұрын
Is there ANY tutorial for vitesse????
@j4nch2 жыл бұрын
Vite is awesome, but I must admit I get a bit lost between what I was thinking a frontend tooling does and what a framework does(typically, why vite's plugin could manage my app framework. Is it still a bundler/tool to manage/compile my frontend since it starts to handle logic of the app? As a newbie, it's a bit hard for me to understand where Vite ends and where Vue starts.
@VueMastery2 жыл бұрын
We have a full course taught by Evan: www.vuemastery.com/courses/lightning-fast-builds-with-vite/intro-to-vite, hopefully he can help answer your questions. 💡
@j4nch2 жыл бұрын
@@VueMastery thanks, I will take a look. The last courses I checked on your platform were outdated.
@VueMastery2 жыл бұрын
@@j4nch Which courses are you referring to? We've been hard at work publishing a bunch of new courses on the latest releases, with 5 new courses published in the past couple months :D
@j4nch2 жыл бұрын
@@VueMastery I only tried the "Intro to Vue 3", but it doesn't use the Composition API(which should be the de facto approach nowadays), nor the script setup tag which make much more sense to me. I never liked the option api approach(reason why I was mostly doing some angular/react until now)
@quietlab.57272 жыл бұрын
what terminal app/theme he use?
@seth_sesu2 жыл бұрын
I was wondering the same. Looks much better than Apple's.
@seth_sesu2 жыл бұрын
it's iTerm
@IvanDerevyanko2 жыл бұрын
Thanks for Vite, great tool! As Fo TS, the most valuable reason to use TS is type checking and we lose it with Vite. It would be awesome to have an option to switch from es build
@arkad-journeytobigtech97973 жыл бұрын
hello does someone know what colour theme is this on vscode?
@RJ67. Жыл бұрын
How do I unlock my aetherium I sent less than zero point three
@romannimchuk50733 жыл бұрын
Was trying to use it with my ts+react project, but faced with some polyfill issues so I give up and choose raw esbuild. Anyways, from the developer perspective vite looks simple and amazing and I wish to use it in future projects
@darkmode4043 жыл бұрын
I would like to ask, as I am trying to access free tickets available registration link, the page cannot be reached
@VueMastery3 жыл бұрын
Hi David, is this link working for you?: www.vuemastery.com/vite-weekend-2021
@Kanexxable3 жыл бұрын
Thanks for the presentation but at the moment vite does not work well with docker I hope that problem gets fixed.
@shinobi773 жыл бұрын
I'm using it with Docker 🙂 although it was not straight forward. What is it you're going through? maybe I can help.
@justafreak15able3 жыл бұрын
@@shinobi77 What is the issue?
@mojekonto92873 жыл бұрын
Apparently you do not fully understand what you talk about. If Vite works in your system then it will work in Docker as well.
@justafreak15able3 жыл бұрын
@@mojekonto9287 exactly
@JB-fh1bb3 жыл бұрын
@@shinobi77 Can you share your script/Dockerfile/whatever worked so that others can benefit?
@artihlec3 жыл бұрын
npm init vite - BOOM! it DOES work with react I consider to use it instead of CRA - advantages are obvious, what about disadvantages, can you point some?
@niner82753 жыл бұрын
I always found that vite felt somehow like magic. Now I know it IS magic 😉
@shunyue13203 жыл бұрын
其实是想说 loaash-es 会 tree shaking 的是吗?
@DavidHarperUK3 жыл бұрын
Well now I know it's not Vite as in bite, but Veet as in the hair removal cream. Can't wait to use it though.
@roteschwert3 жыл бұрын
The "t" at the end is also a soft one
@AlexKozack3 жыл бұрын
It looks like CSS Module Scripts comes into our lives. Are there any plans to abandon your own version of working with CSS in favor of native modules?
@whoareyou-whoru2 жыл бұрын
Does anyone knows what theme is used in Vscode ?
@phojie68682 жыл бұрын
Purple shade
@normanejm2 жыл бұрын
Where I can find these vite's videos... ??
@VueMastery2 жыл бұрын
You can find them here: www.vuemastery.com/courses/lightning-fast-builds-with-vite/intro-to-vite ☺
@mossfoobar83223 жыл бұрын
Does it work with frameworks such as vuetify? How can i bundle my existing vuetify project with vite 🙈 with vite ... Get it?
@jsonkody2 жыл бұрын
Vít (same pronunciation as Vite) is czech name. Vít is super formal form though. Home form: Vítek English: Guy, Vitus
@codernerd70762 жыл бұрын
I wish there was a option to make it use one src folder
@roshanjameershaik83912 жыл бұрын
please make a video about module federation using vite originjs plugin
@krtirtho3 жыл бұрын
A little bit of clarification, Well, not type checking typescript files wasn't a choice for Vite, it's a limitation bound to ESBuild Since ESBuild is written in Go & Go is a statically typed language. But it doesn't support interfaces/unions/generics (generics are supported in beta though). Also it's OOP works bit differently & uses structs instead of classes (similar to Rust/C) to support OOP-'ish' paradigm. Thus it's hard to implement the TS Type-Checker in Go but not impossible Also implementing "static" Typechecking is a lengthy process & requires huge patience & a lot of code. All the reason combined it was a bit too hard for the ESBuild (also Vite) team to accomplish such difficulty but we know OSS, right? We'll overcome this limitation too!👍 BTW, for your information, the one & only Typescript type-checker is the official one. Though there's been work going on in SWC (Rust based frontend build system) but it seems the author will keep the type-checker part proprietary & paid
@Ilyushya Жыл бұрын
Go has interfaces, by the way
@gsop73852 жыл бұрын
great tutorial, thank you so much
@nikolaykoychev82613 жыл бұрын
Bose NC 700 - have the same headphones :)
@uquantum2 жыл бұрын
Thanks Evan! Like some others watching this I work daily with Webpack5 which gets the job done. Vite looks like just the thing to try out on a new three.js experimental 🧪project where I was looking for faster/hot reloads (than Webpack) to be more forgiving on me as I blunder my way up the three.js learning curve
@awesome-view2 жыл бұрын
Wow, this is a game-changing tool.🙂
@alextl972 жыл бұрын
This dude was born to be a Javascript engineer.
@justafreak15able3 жыл бұрын
Wait, why is debounce from lodash is 1 Mb?
@EvanYou3 жыл бұрын
During development there is no tree shaking or minification so the entire non-monified lodash is imported.
@justafreak15able3 жыл бұрын
@@EvanYou Understood. Thanks.
@ahmadmobaraki73713 жыл бұрын
Vite is awesome :), you deserve to have a better microphone!!
@tibideac3 жыл бұрын
and a debounce support for webcam
@MuhammadIbrahim-x3h4 ай бұрын
You have awesome content.I am stuck on a problem plz guide me on I am implementing server-side rendering for a datatable (e.g., blog listing) in my Laravel project. I need to create a JavaScript file for this purpose. Should I place this datatable JS file in the public directory? If so, how do I compile the JS file from the resources directory to the public directory using Laravel Vite?Where should be the file placement in the folder structure. project-root/ ├── resources/ │ ├── js/ │ │ ├── app.js │ │ └── datatable/ │ │ └── blogListing.js ├── public/ │ └── build/ ├── vite.config.js ├── package.json └── ...
@ronyfhebrian26293 жыл бұрын
I too collect Gundam, Evan!
@tomaaa082 жыл бұрын
The production quality of this vid is very high, good job! How did you record it? Or what software did you use for it?
@superJerrySong2 жыл бұрын
vite is awesome 🥰
@soumelee56617 ай бұрын
amazing video
@werneralonzo12303 жыл бұрын
awesome, looks very very well
@darrenhwang9002 жыл бұрын
JIC, you need a better camera mount; Seems like earthquake everytime you type.
@p_levin3 жыл бұрын
What about Jest?
@ricosrealm3 жыл бұрын
What's the point of supporting Typescript in development if there's no type-checking? The claim that your ide can handle that is not a good one. VScode isn’t a great tool for surfacing errors in customized typescript workflows or just in deeply nested projects in general.
@g43s2 жыл бұрын
I hope we get React Native support in the future
@BobbyBundlez2 жыл бұрын
still have insane difficulty setting up node/express with a local client server. tasks like this shouldn't be so hard
@kukoburra3 жыл бұрын
I love vue
@artakan3033 жыл бұрын
I think relying only on the IDE messages for typescript errors is a big no go for me ! There should be an option to activate the type checking, event if it slows down things !
@michaelvonbargen96033 жыл бұрын
Or just use eslint as a dev dependency?
@ngobrolrandom3 жыл бұрын
U no mic, but use headphone? 🤔
@jbrown-acuity2 жыл бұрын
Thanks Evan!
@davidbroadhurst40312 жыл бұрын
30x faster but don't do type checking! Not a fair comparison plus removing a really important feature to make it faster.
@lobobogard92363 жыл бұрын
is that the reason I am learning golang because is the future in my opinion personal first laravel octane in the back end now vite in the front end beatiful.
@sachin__ak3 жыл бұрын
rust?
@longingbydesign3 жыл бұрын
lodash has 1.3 mb???
@dasten1233 жыл бұрын
During development there is no tree shaking or minification so the entire non-monified lodash is imported