How to create a simple counter app with react.js functional component

preview_player
Показать описание
In this video you will learn how create a reactjs counter app.
Reactjs create new App:
npx create-react-app counter
cd counter
npm start

#reactjs counter app
#reactjs app
#reactjs functional component

Рекомендации по теме
Комментарии
Автор

This is a understandable tutorial style. Thanks

morrisonak
Автор

Thanks! this is what I am looking for.

paulSandeep
Автор

It's very helpful, make more video on React js. thanks!

prajaktabramhe
Автор

I need to add more counter, after click on AddCounter button ...using counter file .. can you help me ?

sandipgohel
Автор

Nyss tutorial, understood that really well.
I wanted to add a feature in a app which I have made using ReactJS (ToDo app) in which I want to add a feature, that everytime I update a task it will save it in a counter. It should be written next to that particular task.
Please help me to do so.

shubhodeepbanerjee
Автор

Hi, thanks for the tutorial its great, but, i have a problem with buttons, in my case, they dont color in red or green, they just stay white with blue borderline when hovering on them. Its a css problem for sure, but cant find the solution.

sandis
Автор

Hello Nice Tutorial but I'm trying to upload on vercel I found error next time i start App using command (npm start) error print missing index.html file

alimujahid
Автор

I’m having a hard time getting my test to pass

yoyosworld