Build an Income Tracker in Vue JS ~ Composition API

  Рет қаралды 18,218

Tyler Potts

Tyler Potts

Күн бұрын

Пікірлер: 54
@sachinporwal4275
@sachinporwal4275 4 жыл бұрын
The Man Who are Different from other Developers.
@TylerPotts
@TylerPotts 4 жыл бұрын
???
@mehmettemell
@mehmettemell 4 жыл бұрын
made my day with this great vue tutorial 😄
@TylerPotts
@TylerPotts 4 жыл бұрын
Happy to hear that! Thank you! :)
@herrdesai6853
@herrdesai6853 3 жыл бұрын
how to solve unexpected side effect in computed function? please help me!
@malamhari_
@malamhari_ 4 жыл бұрын
IT'S HERE!
@josbexerr5166
@josbexerr5166 3 жыл бұрын
Excelente mister tyler...... saludos de los andes peruanos
@Tsiode
@Tsiode 3 жыл бұрын
I tried to reproduce your code for practice but cant manage to get incomelist to be displayed. Followed the video multiple times and even code diff-ed and still nothing. I am getting Unexpected side effect in computed function :/
@linghaoli209
@linghaoli209 3 жыл бұрын
same issue
@petipois28
@petipois28 3 жыл бұрын
made this using vite - great fun thanks
@snowiedigga
@snowiedigga 3 жыл бұрын
Thanks for this video!
@TylerPotts
@TylerPotts 3 жыл бұрын
Glad it was helpful!
@farhadbaloch5498
@farhadbaloch5498 4 жыл бұрын
Thanks man ! Your videos are really helpful 🖤
@張家銓-d2g
@張家銓-d2g 4 жыл бұрын
You are the best.
@TylerPotts
@TylerPotts 4 жыл бұрын
Thank you! :D
@Frondlock
@Frondlock 4 жыл бұрын
that's cool man! I wonder: what tools or tutorial you made maybe should I use if I want to build a very similar app to this... but that allows me to save the data on a server so that I can, for example, use as PWA on my phone but also on my browser on my desktop? That's the skill part I'm missing in all this
@Vikesh07
@Vikesh07 3 жыл бұрын
Great explanation... keep it up 👍🏽
@TylerPotts
@TylerPotts 3 жыл бұрын
Thanks, will do!
@hamzalorenzo4857
@hamzalorenzo4857 3 жыл бұрын
Hi tayler what is the name of the theme you are using and thanks for your tutos
@nourigadjanibrahim
@nourigadjanibrahim 3 жыл бұрын
Explication claire good
@markgoproductions
@markgoproductions 2 жыл бұрын
(@vue/cli 5.0.4) Couldnt get Header to show up -- Until I defined components in App.vue section, under export default { , above setup() { components: { Header },
@theluckylad3670
@theluckylad3670 2 жыл бұрын
My man saved my from crisis. Thanks dude
@herrdesai6853
@herrdesai6853 3 жыл бұрын
hi i am having trouble with thw formatted date part . it shown Nan.Nan.Nan
@saurabhhchavan
@saurabhhchavan 4 жыл бұрын
Thanks man🙌 really helpful videos ❤️
@user-rd3jw7pv7i
@user-rd3jw7pv7i 2 жыл бұрын
thank you i love you
@TylerPotts
@TylerPotts 2 жыл бұрын
No thank you for watching! :D ❤
@imRubii
@imRubii Жыл бұрын
Thanks for the tutorial. I wonder how to generate a template by typing `vue`.
@Chukwudubem_01
@Chukwudubem_01 10 ай бұрын
Hey tayler, nice course here but I'm having error displaying the IncomeItem i keep getting thjs error "cannot read property of undefined (reading 'income'). Pls do reply I've tried everything to get pass this error but i just can't. Pls.
@rangabharath4253
@rangabharath4253 4 жыл бұрын
awesome
@peakacode6252
@peakacode6252 3 жыл бұрын
Hi, Guys. I have followed the video and my code seems to work fine until I noticed that when selecting a day date like 31 it always display the day date 1 of the following month. Any help on resolving this issue please.
@dimitrisandroid6483
@dimitrisandroid6483 4 жыл бұрын
Thank you!
@TylerPotts
@TylerPotts 4 жыл бұрын
No, Thank you! :)
@dimitrisandroid6483
@dimitrisandroid6483 4 жыл бұрын
@@TylerPotts :D
@MaxProgramming
@MaxProgramming 4 жыл бұрын
You are so active in posting videos. I don't get much time to create those mang projects 😟
@TylerPotts
@TylerPotts 4 жыл бұрын
Pick your favourites! When I run out of content or burnout you'll have time to catch-up 😂
@MaxProgramming
@MaxProgramming 4 жыл бұрын
@@TylerPotts I actually don't get anay ideas because of my school. That's also important. Thanks for the tip! 😊
@ZTF666
@ZTF666 3 жыл бұрын
nice !
@TylerPotts
@TylerPotts 3 жыл бұрын
Thanks!
@samratbhaware404
@samratbhaware404 4 жыл бұрын
Please Make one More big tutorial On Vue.js
@TylerPotts
@TylerPotts 4 жыл бұрын
More vue is coming!
@Jankee187
@Jankee187 3 жыл бұрын
Hej Bro your git version is not working after yarn serve :/ a lot of issues
@parthteli9039
@parthteli9039 3 жыл бұрын
Which database is being used here ? Thanks
@timtitus7861
@timtitus7861 4 жыл бұрын
I'm curious what your personal opinion is on the benefits of the composition API over just Vue 2 + Vuex. Could you outline how you would use advantages of the composition API together with Vuex? Perhaps the Vuex state could be limited to Axios-related data, and anything else could be done in the setup function? So far, I'm not really seeing the gains in adding more verbose, and in my opinion more difficult to read, code.
@TylerPotts
@TylerPotts 4 жыл бұрын
I think I'll do a video on this as a lot of people have asked for it...
@mohamedannajar3140
@mohamedannajar3140 4 жыл бұрын
Hi tayler I don't know why I get this warning : export 'computed' was not found in 'vue' and export 'reactive' was not found in 'vue' , thank u
@TylerPotts
@TylerPotts 4 жыл бұрын
Looks like you're not using Vue 3
@mohamedannajar3140
@mohamedannajar3140 4 жыл бұрын
@@TylerPotts yeh I guess that's the problem thank you Tayler thank you so much
@aram5642
@aram5642 3 жыл бұрын
I like the way you pronounce vie: is it phew js? ;-)
@soojin5657
@soojin5657 2 жыл бұрын
If you have a troble "Failed to resolve component: Header" change the code below [before] setup (){ return { Header } }, [After] components: { Header },
@JORGEMARTINEZ-ho4wp
@JORGEMARTINEZ-ho4wp 4 жыл бұрын
Such an accent! Haha great tutorial btw
@TylerPotts
@TylerPotts 4 жыл бұрын
Thank you! 😃
@blaaarp4u
@blaaarp4u 3 жыл бұрын
you shouldn't return component from setup(), only object/functions references
@TylerPotts
@TylerPotts 3 жыл бұрын
Thanks for the tip, where would you return the components? Using, the options api?
@evance2432
@evance2432 3 жыл бұрын
​@@TylerPotts In my case it doesn't work - I had a similar issue in one of your tutorial video and I made my search all over the web but I didn't find any solution. But it works fine with me when I add it in Components: {} - underneath the setup() function
Build a Music app using VueJS | Tutorial for Beginners
35:35
Tyler Potts
Рет қаралды 78 М.
Learn VUE 3 by Making a Web App ~ Composition API, Vue JS Hooks?
14:52
Motorbike Smashes Into Porsche! 😱
00:15
Caters Clips
Рет қаралды 23 МЛН
МЕНЯ УКУСИЛ ПАУК #shorts
00:23
Паша Осадчий
Рет қаралды 4,7 МЛН
How Much Tape To Stop A Lamborghini?
00:15
MrBeast
Рет қаралды 201 МЛН
Build a CHAT APP in VUE and FIREBASE using Vue's Composition API
33:27
Vue JS Crash Course
1:50:52
Traversy Media
Рет қаралды 1,3 МЛН
Vim Tips I Wish I Knew Earlier
23:00
Sebastian Daschner
Рет қаралды 78 М.
Build a Weight Tracker with Vue JS | Composition API Vue 3
25:21
Tyler Potts
Рет қаралды 15 М.
Angular v19 Developer Event
22:54
Angular
Рет қаралды 23 М.
The best way to learn Vue.js in 2024 - CRASH COURSE
57:21
Vue Mastery
Рет қаралды 173 М.
But what is a neural network? | Deep learning chapter 1
18:40
3Blue1Brown
Рет қаралды 17 МЛН
Build a Calculator with Vue.js
22:36
freeCodeCamp.org
Рет қаралды 160 М.
Motorbike Smashes Into Porsche! 😱
00:15
Caters Clips
Рет қаралды 23 МЛН