#32: Create a Digital Clock using React JS in Hindi | React Mini Project #2

  Рет қаралды 133,753

Thapa Technical

Thapa Technical

Күн бұрын

Пікірлер: 112
@ThapaTechnical
@ThapaTechnical 4 жыл бұрын
Guys, hope u like the video.. if yes then LIKE n Share krna mat bhuliyega 🙏
@dragonshiv7215
@dragonshiv7215 4 жыл бұрын
Please make video on symfony framework
@top10video29
@top10video29 4 жыл бұрын
Sir u are great are u nepali sir
@TheKoma21
@TheKoma21 4 жыл бұрын
nice bro.. your way of teaching is really awesome.
@manishmishra1730
@manishmishra1730 2 жыл бұрын
Is that 'AM" or 'PM' comes by default with 'new Date().toLocaleTimeString()' or we have to put some condition to show that.
@nitinKumar-zs3qj
@nitinKumar-zs3qj 4 жыл бұрын
Sir crud operation banao jismay add products, update,delete ,edit ,search option, pagination sir is mini project ko banao react js per vo bhi local storage ko use KR k sabhi functionality use ho jayega ussay aur bhi concept clear hoga
@steelado3433
@steelado3433 Жыл бұрын
you can do like this too const DigitalTime = () => { const [Time, setTime]=useState(new Date().toLocaleTimeString()) setInterval(() => { setTime(new Date().toLocaleTimeString()) }, 1000); return ( {Time} ) }
@Nomankhan-jv1nk
@Nomankhan-jv1nk 3 жыл бұрын
Amazing way of Teaching. Thankyou Thapa Teachnical👌👌👌
@letsshowdesigns
@letsshowdesigns 4 жыл бұрын
Thapa sir, you are doing a great job as you bring some small game tasks in react which is pretty good but I have requested to you kindly make one video that how we deal with back end in react. I am very thankful of you.
@DEEPANSHU_NAG
@DEEPANSHU_NAG 4 жыл бұрын
Waiting for building a website with react...👏🏻✌🏻💯
@SantoshYadav-xb2hg
@SantoshYadav-xb2hg 4 жыл бұрын
Yes
@shaik_fareed890
@shaik_fareed890 4 жыл бұрын
Right boss
@Abhhinavkumar666
@Abhhinavkumar666 Жыл бұрын
This is a great video...i will recomend all to watch and then u can know that really u can learn React and its so easy.
@ankit-ry3cz
@ankit-ry3cz 2 жыл бұрын
import React, { useState } from 'react'; const App = () => { let time = new Date().toLocaleTimeString(); const [count, setCount] = useState(time); const UpdateTime = () => { time = new Date().toLocaleTimeString(); setCount(time); }; setInterval(UpdateTime,1000) return( {count} ); }; export default App;
@EWorldHub
@EWorldHub 4 жыл бұрын
Superb..... Very Easy to Create.... Thanks For Ur Efforts Make It Easy
@os-ui5yr
@os-ui5yr Жыл бұрын
the way you work hard, really appreciate it
@developer532
@developer532 4 жыл бұрын
@Thapa Technical I did this by myself.. :) and Then I watch your video and I got the same method as you did setInterval
@sagorraihan134
@sagorraihan134 2 жыл бұрын
@Developer 53 vai plz help karo I am facing error using npm install react-digital-clock
@TheKoma21
@TheKoma21 4 жыл бұрын
enjoying this tutorial..I am watching and keep practicing.. awesome way of teaching
@shwetasonth8407
@shwetasonth8407 2 жыл бұрын
Your videos are really very helpful sir,thank Soo... Much👍
@ashharmansuri6816
@ashharmansuri6816 3 жыл бұрын
You are great person yar , maza agaya
@ralphpantallon6985
@ralphpantallon6985 2 жыл бұрын
thank you so much bro you helped me, even though i cant understand you. thank you so much!
@Thelalaharsh009
@Thelalaharsh009 4 жыл бұрын
Hii Bhaiya , you are absolutely fantastic Bhaiya apne apne react in one video mein "Tachyons" ke baare mein bataya tha but woh install ni horha Plz ek video "Tachyons" pe bana dijiye & Good bless you bhaiya
@maruf84210
@maruf84210 Жыл бұрын
darun hoyeche bro from BD
@ranjitdesai3926
@ranjitdesai3926 3 жыл бұрын
Simply fantastic bhai.!!!!!Thanks
@ashutoshbisoyi205
@ashutoshbisoyi205 4 жыл бұрын
Awesome bhai... You are doing really great. Keep it up brother, want to learn more from you
@FightAgainstMathsFear
@FightAgainstMathsFear 4 жыл бұрын
Your work is appreciable 💯💪💪👌👌👏👏👏👏 Great 😀 Thapa Bhai as u know everything Please make a coding app for Android like vs code Editor 🙏🙏 Because I don't have Computer or laptop 😭😭😭🙏🙏 Please tell your email i have a question.🙏🙏 Bhai ek video banao ki ham coding problem kaise solve kare hame ata sab hai par jab kuch project banata hu tu atak jata hu🙏 ek video banao
@anujgupta7749
@anujgupta7749 4 жыл бұрын
Bro HackerRank par practise kar sakte ho , vha sei logic bna nh aa jayga.
@rjverma07
@rjverma07 3 жыл бұрын
More easier than react docs thank you sir ji.
@ChandraTech52
@ChandraTech52 4 жыл бұрын
every video is very interesting 🙏🙏
@burhanyasir1298
@burhanyasir1298 Жыл бұрын
Thapa bhai good
@sriramginjupalli3565
@sriramginjupalli3565 Жыл бұрын
Thanks bro it's done very good ☺️
@mongalmoy_karmakar
@mongalmoy_karmakar 3 жыл бұрын
Your explanation is great 👌👌
@johnthapa1879
@johnthapa1879 4 жыл бұрын
Aj do video n both are awesome bro
@iamvshubham
@iamvshubham 3 жыл бұрын
Awesome teaching skill.
@DeepakSaini-Google
@DeepakSaini-Google 4 жыл бұрын
Hi! Nice videos bro and you are doing an awesome work! Your some videos are showing multiple times in your play list. As this video is showing three time at video index 40, 41 and 42 in play list. Thanks!
@kashmirtechtv2948
@kashmirtechtv2948 3 жыл бұрын
Great. Bro kash ap 4 saal phly mil jaty😅😅😅
@samqureshi9415
@samqureshi9415 4 жыл бұрын
Thapa sir end mai jitna padae ho tumne uska ek document bana kar dedo agar kuch bhool gae toh jaldi se usko dekh kar shamj jaege warna pura video dekhna padta hai. Please
@raghubirkumar3478
@raghubirkumar3478 4 жыл бұрын
Aap blogger website me Ek bar me Ek se adhik product ko add Karna kis video me bataya hai
@NoumanShafi-l6w
@NoumanShafi-l6w Жыл бұрын
good but can you explain how much time this component render in a second and how to avoid it
@AkhileshYadav-lv3kh
@AkhileshYadav-lv3kh Жыл бұрын
Thank you sir 👍👍
@ratul1125
@ratul1125 3 жыл бұрын
Love U Thapa sir
@SHUBH4M_Singh
@SHUBH4M_Singh 2 жыл бұрын
Other Ways using pure javascript (without using Hooks ) const App = ()=>{ setInterval((time= new Date())=>{ document.getElementById('curTime').innerHTML=time.toLocaleTimeString() },1000) return( time ) }
@gabriellovera8113
@gabriellovera8113 3 жыл бұрын
Awesome, thank you so much
@legoking6193
@legoking6193 3 жыл бұрын
Excellent !! Thank you, Much appreciated
@omkarpathak4759
@omkarpathak4759 3 жыл бұрын
Amazing Video Sir.
@x..darkfate..x
@x..darkfate..x Жыл бұрын
Bhai ap GAzab ho
@rahul-java-dev
@rahul-java-dev 4 жыл бұрын
Thank You So Much....Love You...
@DjPrinceRaj
@DjPrinceRaj 4 жыл бұрын
Nice Video Bhai 👍
@LifeStoryAshita
@LifeStoryAshita 2 жыл бұрын
Completed #32
@ayaniegain
@ayaniegain 4 жыл бұрын
thanks for your contribution and efforts really appreciate your work.
@sameermubeen8495
@sameermubeen8495 4 жыл бұрын
nice explanation
@rajbannasa7662
@rajbannasa7662 3 жыл бұрын
appreciated sir , thank you so much sir
@dharmensinha3191
@dharmensinha3191 4 жыл бұрын
Thapa sir wab security ke bare me kuch sikhaw plz
@ParvinderSingh013
@ParvinderSingh013 10 ай бұрын
super video
@vrutanktogadiya5905
@vrutanktogadiya5905 8 ай бұрын
🎖🎖
@_Blackwolf_01
@_Blackwolf_01 4 жыл бұрын
Sir,Plz make a playlist for e-commerce website with admin panel.
@itsmd.25
@itsmd.25 4 жыл бұрын
Nice video 👍👍 #ItsMD
@jashanpreet832
@jashanpreet832 4 жыл бұрын
Great
@ajaypathak2214
@ajaypathak2214 3 жыл бұрын
Enjoying, please start django
@charsipandavlog1
@charsipandavlog1 4 жыл бұрын
Great one 🙂
@ThapaTechnical
@ThapaTechnical 4 жыл бұрын
Thanks 😁
@sudharshanpani585
@sudharshanpani585 3 жыл бұрын
Thank you for this
@thecoderraj3777
@thecoderraj3777 4 жыл бұрын
Thanks sir :)
@aamirsaleem5294
@aamirsaleem5294 4 жыл бұрын
osm
@nikkyjaiswal137
@nikkyjaiswal137 4 жыл бұрын
👌
@deepanshusingh2352
@deepanshusingh2352 4 жыл бұрын
At 2:48 , what shortcut did you use for the curly braces ??
@mohdnajeeburrehman5438
@mohdnajeeburrehman5438 Жыл бұрын
Boom guys 😀😁😀
@sakshiawadhiya7267
@sakshiawadhiya7267 4 жыл бұрын
How are integrate payment gateway in e commerce website project
@sakshiawadhiya7267
@sakshiawadhiya7267 4 жыл бұрын
Please make e commerce or College management system in phl
@manishmishra1730
@manishmishra1730 2 жыл бұрын
Is that 'AM" or 'PM' comes by default with 'new Date().toLocaleTimeString()' or we have to put some condition to show that.
@meditationalmusic610
@meditationalmusic610 2 жыл бұрын
it comes by default. No need to add 'AM' or 'PM'
@manishmishra1730
@manishmishra1730 2 жыл бұрын
@@meditationalmusic610 Sorry, but in my case while writing the same code, it wasn't there.
@anurajdeep8236
@anurajdeep8236 4 жыл бұрын
doubt: ye jsx file ke liye js file ko hi rename kiya hai ya new create kiya hai?
@CodersGyan
@CodersGyan 4 жыл бұрын
You can rename it :)
@GauravKumar-dw2ml
@GauravKumar-dw2ml 3 жыл бұрын
Made it myself 😎😂❤️🔥
@mallikasethi2604
@mallikasethi2604 4 жыл бұрын
can u explain how do i obtain source code .. if i pay rs 30 then would i get source code of a particular video or entire playlist! anyway 30 rupees are way less for amazing work you are doing. quality is fantastic , way better than udemy or any courses!
@vikrambam1184
@vikrambam1184 2 жыл бұрын
why you do not try yourself ?
@collegeduniaeducation3015
@collegeduniaeducation3015 4 жыл бұрын
sir digital clock with date and time in node.js ka video chiya sir
@santoshsharma1776
@santoshsharma1776 3 жыл бұрын
sir,how to create reporting like rdlc if data save in data base how to see data on report
@adilrao7777
@adilrao7777 4 жыл бұрын
❣❣👌
@devendrarajput474
@devendrarajput474 3 жыл бұрын
important!!!!!! How can we use the Class component's setState callback function in the functional component?
@mubeen44us
@mubeen44us 2 жыл бұрын
Did you got answer to your question? Was it about Props? Welcome Stackoverflow
@ManishChoudhary-bb2mn
@ManishChoudhary-bb2mn 4 жыл бұрын
Sir Setinterval mein infinite timing karna hoga toh kaise karenge
@Himanshu_Sharma..
@Himanshu_Sharma.. 4 жыл бұрын
Infinite time nahi kiya jaata mere bhai
@pusparghyamukherjee1994
@pusparghyamukherjee1994 2 жыл бұрын
use " var " instead of " let " before ' time= new Date().toLocaleTimeString(); ', because let has ' local scope(couldn't be accessed anywhere except where it is declared) ' so reference error will occur ...Otherwise It is Very Good.
@sagorraihan134
@sagorraihan134 2 жыл бұрын
Brother i am facing error using npm install react-digital-clock
@pranjalbansal8576
@pranjalbansal8576 3 жыл бұрын
@Thapa Technical My button is not working
@mustaqali960
@mustaqali960 4 жыл бұрын
How to make countdown timer in react js...
@proxykhel3284
@proxykhel3284 4 жыл бұрын
sir is par bhi kam kar raha ha setInterval(UpdateTime);
@TheAmanpro
@TheAmanpro 3 жыл бұрын
i am trying to do same with creating a separate component for Time and exporting cTime into App.jsx but for some reason its not working.. My Time.jsx is: import React, { useState } from 'react'; const Time = () => { let cTime = new Date().toLocaleTimeString(); const [nTime, upTime] = useState(cTime); let UpdTime = () => { cTime = new Date().toLocaleTimeString(); upTime(cTime); } setInterval(UpdTime,999); } export default Time; export { nTime }; and App.js is import React, { useState } from 'react'; import Time, {nTime} from "./Time" import './App.css'; const App = () => { return ( Time: {nTime} ); } export default App; The error i am getting is : Failed to compile ./src/App.js Attempted import error: 'nTime' is not exported from './Time'. Anyone please help
@LaserkiDunya
@LaserkiDunya Жыл бұрын
Try to export the components from separate components file , currently you have exported both in the same file
@shivamchouhan5077
@shivamchouhan5077 4 жыл бұрын
13th liker bro 😊
@zafarhussain8273
@zafarhussain8273 3 жыл бұрын
we can do this project without hooks with help of functions then why we need hooks . i have this cunfusion .anyone Know ?
@preethamm.n1161
@preethamm.n1161 4 жыл бұрын
Bro please help me bro, Bro how to get the URL of JSON data Like the one uyou used for carona website ,I want to implement for other fields like news ,sports ,weather but I am unable to find please help me bro💞
@programmershakil610
@programmershakil610 4 жыл бұрын
bro mere channel ke playlist api ka use karke awesome corona website banaya hai
@CodersGyan
@CodersGyan 4 жыл бұрын
You can google it for free Jain apis and you will many free apis :)
@debpal8777
@debpal8777 4 жыл бұрын
Can you tell me how can I convert this setInterval function to fat arrow function. const interval = setInterval(function () { newTime = new Date().toLocaleTimeString(); setCtime(newTime); }, 1000); Please suggest me how can I do that?
@ngulhane02
@ngulhane02 2 жыл бұрын
setInterval(() => { setCtime(new Date().toLocaleTimeString()); }, 1000);
@lifestylestudy3778
@lifestylestudy3778 4 жыл бұрын
India nepal relationship ke bare me aapka thinking Kaisa hai
@riyaojha8633
@riyaojha8633 4 ай бұрын
Sir u r the bestt😭🤌🏻
@anuragmishra8340
@anuragmishra8340 4 жыл бұрын
How to bring ur website on www
@swarup868
@swarup868 Жыл бұрын
varable not working,
@avknash175
@avknash175 4 жыл бұрын
There are 2-3 videos copies of each video it increases the size of playlist so please delete repeated videos and make constant playlist
@shubhammehra5598
@shubhammehra5598 3 жыл бұрын
Promotion of other videos in the middle of a lecture is very annoying😫 Please 🙏 promote other videos in the end Or on the start
@guptafamily1981
@guptafamily1981 Жыл бұрын
This code has very major Bug. Finder will get some phone pe prize.
@sakshiawadhiya7267
@sakshiawadhiya7267 4 жыл бұрын
Php me
@MonikaKumari-er4de
@MonikaKumari-er4de Жыл бұрын
Thank you sir 😊
#33: Handling Events in ReactJS in Hindi in 2020
22:09
Thapa Technical
Рет қаралды 169 М.
the balloon deflated while it was flying #tiktok
00:19
Анастасия Тарасова
Рет қаралды 35 МЛН
Trapped by the Machine, Saved by Kind Strangers! #shorts
00:21
Fabiosa Best Lifehacks
Рет қаралды 20 МЛН
Trick-or-Treating in a Rush. Part 2
00:37
Daniel LaBelle
Рет қаралды 32 МЛН
The Perfect Beginner React Project
31:55
Web Dev Simplified
Рет қаралды 408 М.
#36 : Handling Complex Multiple Input Form States in React JS in Hindi
22:51
Login Form Submit in React Js in Hindi in 2020 #35
19:20
Thapa Technical
Рет қаралды 165 М.
How to build a Stopwatch in React 🔥 | React JS Interview
10:15
Context API in React JS in Hindi in 2020 #51
25:10
Thapa Technical
Рет қаралды 254 М.
Building a Todo List App Project in ReactJS from Scratch in Hindi in 2020
48:27