Hello Tyler, I know it's been a minute since you posted this video, but thank you for this! I'm just diving into React after completing an in depth JavaScript course, and this was very helpful to see a real-world program to help connect things better in my head :) I'm definitely looking forward to diving into your other content!
@joseflopez59584 жыл бұрын
Probably the best tutorial on React
@TylerPotts4 жыл бұрын
Woah, I wouldn't go that far but thank you!
@briandesign4 жыл бұрын
looks dope!
@TylerPotts4 жыл бұрын
Thanks! :)
@JovanMatthewIvander3 жыл бұрын
What a great tutorial. It helps me alot especially because I just started learning React. Keep it up broo...
@TylerPotts3 жыл бұрын
Glad to hear that!
@PuerinTheHunter4 жыл бұрын
Excellent! Thank you, Mr Potts!
@TylerPotts4 жыл бұрын
You are very very welcome!
@juandavidgomezrestrepo61103 жыл бұрын
Really Really nice tutorial , as usual Tyler Potts's videos are one of my top learning resources. by the way the speed at end of the video was quite high I had to drop down the speed from the video options :p
@TylerPotts3 жыл бұрын
Cool, thanks!
@НатальяПойда-у6м4 жыл бұрын
Great tutorial! I had to add "autocomplete = "off" to the input tag with type="text", otherwise I saw previous values:) Thank you.
@TylerPotts4 жыл бұрын
Thanks and awesome! :)
@kashmirtechtv29483 жыл бұрын
Sort by Date function is cool
@digibard28904 жыл бұрын
Nice project. I really like the destructuring of the props argument in functional components. Just a quick note: You don't need useRef to get the form inputs, simply use e.target.price.value in the event handler.
@TylerPotts4 жыл бұрын
Thank you and I have done this before but was also told that was bad practice and to use useRef xD
@saradevanney94693 жыл бұрын
@@TylerPotts can you elaborate on this Tyler? I've only seen guides saying to avoid using it?
@iammtander3 жыл бұрын
Man! Man! Man......! YOU ROCK!
@kashmirtechtv29483 жыл бұрын
Yep have watched the complete video. Really enjoying.. Please also try to tell why you did something.(reason behind doing something😅) Thanks ❤️❤️❤️
@vidisharaut89643 жыл бұрын
Thank you for this amazing project!
@TylerPotts2 жыл бұрын
Glad you like it!
@shcristancho86754 жыл бұрын
Great content ✊ ! I'm just wondering how you can keep the values in the browser storage ..
@TylerPotts4 жыл бұрын
Good question! You can use either localstorage or a database solution like firebase... Personally, I'd use firebase or mongodb but Localhost is a great local way of storing data.
@hectorg3624 жыл бұрын
Another cool project, thanks for sharing!
@TylerPotts4 жыл бұрын
Thanks for watching!
@shreedevijamakhandi18774 жыл бұрын
Expect more video on react, Lots of love Tq so much
@programmerrdai4 жыл бұрын
Great Content Keep up the good work
@abdulazizmashrabov63992 жыл бұрын
Awesome tutorials. Hope more vids on react apps
@kashmirtechtv29483 жыл бұрын
Hi, do you have a React Concepts Learning Complete Video or Playlist?
@iUmerFarooq4 жыл бұрын
Wow! Amazing 👌 tutorial. Don't stop please do more React js. Thank you
@TylerPotts4 жыл бұрын
I will be doing a lot more in the future!
@markkevinsoriano33653 жыл бұрын
can i ask, what extensions did you use sir? and thank you for the great vid!
@mehmettemell4 жыл бұрын
ı m waiting new projects with vue 3 from you tyler. you r the best
@TylerPotts4 жыл бұрын
They are coming! :)
@idevbrandon3 жыл бұрын
At 14:58, i don't get it why iterate income thing. Can anyone explain a bit more please
@nabakumarpatra88314 жыл бұрын
Amazing sir ...❤️
@TylerPotts4 жыл бұрын
Thanks a lot 😊
@skapha4 жыл бұрын
good one! thanks! what's your vs code theme?
@TylerPotts4 жыл бұрын
Thanks buddy! I think its SynthWave84'
@skapha4 жыл бұрын
@@TylerPottshmm, synthwave 84 is kinda glowy, and colors are different, if you find out let us know.
@TylerPotts4 жыл бұрын
Nope definitely Synthwave 84 but I turned off the glow :)
@fangblade3603 жыл бұрын
Yes
@akshaydonhe30912 жыл бұрын
Hi, i get an error income is not itrate can anyone help me to solve this?
@ishitaghosh36923 жыл бұрын
Nice Project.. But i have one problem while following your code. In App.js, the useEffect for calculating TotalIncome is giving me an error. "Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops." can you please tell me why?