Build a CALCULATOR APP in REACT JS | A React JS Beginner Tutorial

preview_player
Показать описание
Learn how to build a Calculator App in React JS! We look into building a calculator using the eval function and reacts state hooks.

// MY GEAR FOR CODING AND YOUTUBE

All of these products I own and have tested!

// JOIN THE NEW DISCORD SERVER!

// FOLLOW ME ON TWITTER

// INTERESTED IN GAME DEV?

// CHECK OUT MY GAME

// DO THESE SIMPLE STEPS
LIKE, SUBSCRIBE & SHARE
Рекомендации по теме
Комментарии
Автор

I love this channel, I have to say that my javascript learning process has been intermittent, but when a finished these tutorials, and maybe I have an issue and I can fix it, I feel really happy. I am not pretty sure if I am learning in the correct way, but I am learning. Thank you.

EsRicardo
Автор

Thanks mate, you not only thought us React but also some of the most helpful shortcuts and styling ways

praneethreddy
Автор

Thanks, Tyler, I'm from Russia and I'm learning React now. I'm glad to find your videos, they are very useful for me :)

willsee
Автор

Just so you know, i am here from seeing your post on reddit. I'll complete this soon and update you asap.

stafa
Автор

your opening was so lit it made me subscribe

kagura-chan
Автор

I'm new to React and your videos help me a lot. Thanks!

mystril
Автор

i really like your way to explain all the stuff, thank you

MrChilo
Автор

Thank you Tyler, so helpful for beginners like me. cheers.

ssumit
Автор

Great video for learning React. Learned a lot!

sammykapoor
Автор

This tutorial is worthy of a million views.

royettevicente
Автор

Very easy and simple to learn....Thank You...

snehalchoudhary
Автор

thanks tyler! please don't stop making videos and bring us amazing contents!

heitorpaulo
Автор

I didn't know that eval() exists so I made the calculator the hard way b4 watching this vid. At least I made it myself without any tutorials :))

thrillonek
Автор

Maybe warning on the use of eval() would be a good idea.

aleclloydprobert
Автор

Whole cord worked, thank you so much man

anshulgaikwad
Автор

You can break the program by pressing equals when the last character is an operator

sgoodz
Автор

Thanks for this great video :) . I have watched different calculator app videos too but yours is the best. I did totaly understand the react codes and that was important to me

ugurtohumcu
Автор

I subscribed because of your intro, now let me watch your video

kodedjackson
Автор

Thanks Tyler. Very handy video. I think you missed some code in the deleteLast function to recalculate the result state:
if {
setResult(eval(value.toString().slice(0, -1)));
}
else{

}

saifesmail
Автор

i love the content very helpful for beginners ;)

Zuxorestor