8 libraries I use on EVERY project

  Рет қаралды 17,166

LearnVue

LearnVue

Күн бұрын

Пікірлер: 51
@mohamedbennouioua4704
@mohamedbennouioua4704 4 ай бұрын
it's been long time since i used nuxt it's good that i came back to use it again
@pasanflo
@pasanflo 4 ай бұрын
Please, more content about testing and mocking on Nuxt and Vue3. Amazing channel :D keep up
@mateusavilaisidoro8305
@mateusavilaisidoro8305 4 ай бұрын
Always gold! Always amazing content! And, please, do a video about testing
@dedse3
@dedse3 4 ай бұрын
I always had problems when testing, like: I don't even know why do testings in the first place... I'd like a video about that!
@mikopiko
@mikopiko 4 ай бұрын
I used to hate tests, until I realized how important they where. That's when I started appreciating it.
@masterflitzer
@masterflitzer 4 ай бұрын
if you don't see the need in tests you either have no business logic meaning it's a dead simple webapp or you didn't even look up what tests help with, it's literally in the name, you develop a feature and write a test, now 2 months later you develop a new feature and change a bunch of code, the test will tell you if you broke the first feature or if everything is good, makes maintenance way easier, else you're always blind so to speak and can potentially mess up big time on every update
@dedse3
@dedse3 4 ай бұрын
@@masterflitzer I'm learning code for the hobby, so pretty much dead simple web apps, is it worth it learning tests in simple web apps or they only 'work' in more complex apps?
@masterflitzer
@masterflitzer 4 ай бұрын
@@dedse3 it is definitely worth learning but the benefits of tests will increase with the complexity for your app, so you won't get a huge value out of it, but definitely some value, it's good to know how to write basic tests
@dedse3
@dedse3 4 ай бұрын
@@masterflitzer got it, I'll take a look at how to perform some basic tests
@jackhamer1610
@jackhamer1610 4 ай бұрын
Would love video about testing!
@neoncut
@neoncut 10 күн бұрын
Me too! I've just watched your videos on vitest and vue test utils and can't get enough. Would love to see You talk about the whole testing setup in a project -- starting from micro unit tests for individual functions, going through components and ending on end-to-end (hehe) tests dealing with user flows. I'd be curious about ways to automate testing and make it part of the workflow.
@fedvvvv
@fedvvvv 3 ай бұрын
Very useful list. I have recently added Husky and Lint Staged to my projects to run EsLint, Prettier and Vitest on each commit. This prevents bugs from making their way to prod.
@JamesBoullion
@JamesBoullion 4 ай бұрын
So good. Love learning about Nuxt and Vue from this channel!
@UwU-uq9pq
@UwU-uq9pq 4 ай бұрын
This is the content that can make new learner start to learn a lot
@namaefumei
@namaefumei 4 ай бұрын
Using all of them on my e-commerce. Very good stuff. Thanks for the video.
@Ma1ne2
@Ma1ne2 4 ай бұрын
Great list with some new libraries I didn't know of before, thanks for sharing!
@ayyubs_mind
@ayyubs_mind 4 ай бұрын
Useful!
@germanmartirosyan6230
@germanmartirosyan6230 4 ай бұрын
Thanks! Great experience! Yeah, video abiut testing would be great!🎉
@TheCPU55
@TheCPU55 3 ай бұрын
Oh wow, I thought that I know some Nuxt, so many new info!
@sergeyagronov9650
@sergeyagronov9650 4 ай бұрын
great video and thank you for the tools
@SolmanNurov
@SolmanNurov 4 ай бұрын
Very helpful. Thanks!
@brambekkers
@brambekkers 4 ай бұрын
Valuable as always!
@Smity27
@Smity27 4 ай бұрын
Hey, Love the videos, keep up th great work. Any chance of sharing a tempate you use for projects so its super easy to get started?
@denyskovshun9960
@denyskovshun9960 4 ай бұрын
Hi, I'd really like to see a video about git based CMS for NUXT or without any framework dependency. At some point I realized that almost everything I find is written for React.
@LearnVue
@LearnVue 4 ай бұрын
got a vid on nuxt content on my channel 🫡
@denyskovshun9960
@denyskovshun9960 4 ай бұрын
@@LearnVue No alternatives?
@kissu_io
@kissu_io 4 ай бұрын
@@denyskovshun9960 you don't need anything specific tbh, most CMS are agnostic.
@brhoom.h
@brhoom.h 3 ай бұрын
Can you do a free Nuxt course on this channel? It will be a great one to learn.
@jjaimealeman
@jjaimealeman 3 ай бұрын
Now what you really got to do is provide us with a boiler plate that we can clone 😎👍 Easy Peasy 🎉
3 ай бұрын
do you have similar github file that include all of this and i18n as well
@hugazo
@hugazo 4 ай бұрын
I am currently working on a monorepo and almost all of these tools are already on my base layer
@mr.fabian8471
@mr.fabian8471 4 ай бұрын
Thanks
@viktorlernt6063
@viktorlernt6063 2 ай бұрын
The content is incredibly interesting and full of valuable insights. However, it would be wonderful if you could work on pronouncing the words more clearly, as it’s sometimes difficult to understand. I often need to rely on the captions to catch what you’re saying. Thank you!
@mfawel
@mfawel Ай бұрын
Why not pinia?
@EpistolShow
@EpistolShow 3 ай бұрын
It was a good nuxt video. Now do a vue video
@NattaWang
@NattaWang Ай бұрын
Testing video please. 🙏
@rrd_webmania
@rrd_webmania 3 ай бұрын
Hey, you missed vue mess detector!
@mitkogeorgiev3
@mitkogeorgiev3 4 ай бұрын
I want more content about Nuxt and Sveltekit, I'm tired of nextjs...
@LearnVue
@LearnVue 4 ай бұрын
im trying!
@solvedfyi
@solvedfyi 4 ай бұрын
Some "essentials" sounding like "things you like"
@TimMattison
@TimMattison 3 ай бұрын
I love the content but what's up with the weird chapter names?
@LearnVue
@LearnVue 3 ай бұрын
Lol KZbin auto results seem to be bugging. Will manually fix em
@Muphet
@Muphet 4 ай бұрын
im surprised it's not a layer
@volkanelci6408
@volkanelci6408 4 ай бұрын
0:52 hahahaha
@Alguienconbuenoido
@Alguienconbuenoido 4 ай бұрын
Eww yarn. Nice vid tho
@Nobody-eg4bi
@Nobody-eg4bi Ай бұрын
no offense, but the way you pronounce words makes it difficult to understand you
@TdmitriyV
@TdmitriyV 4 ай бұрын
@nuxt/ui ♥
You're Probably Using Nuxt Wrong
5:16
LearnVue
Рет қаралды 39 М.
How is this Website so fast!?
13:39
Wes Bos
Рет қаралды 1,4 МЛН
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
The Nuxt big thing in web development?
4:55
Fireship
Рет қаралды 663 М.
My New Favorite UI Library
7:10
LearnVue
Рет қаралды 17 М.
Reacting to Controversial Opinions of Software Engineers
9:18
Fireship
Рет қаралды 2,2 МЛН
Why I Love Vue's Newest Feature
3:49
LearnVue
Рет қаралды 15 М.
one year of studying (it was a mistake)
12:51
Jeffrey Codes
Рет қаралды 344 М.
10 Tailwind Classes I Wish I Knew Earlier
13:31
Web Dev Simplified
Рет қаралды 206 М.
3 Must Know Tips For Nuxt.js Developers
9:23
Program With Erik
Рет қаралды 10 М.
Dependency Injection, The Best Pattern
13:16
CodeAesthetic
Рет қаралды 921 М.
I Redesigned the ENTIRE Steam UI from Scratch
20:34
Juxtopposed
Рет қаралды 916 М.
Behind The Code: Nuxt.js mini-documentary
12:27
Supabase
Рет қаралды 16 М.