Guys, hope u like the video.. if yes then LIKE n Share krna mat bhuliyega 🙏
@dragonshiv72154 жыл бұрын
Please make video on symfony framework
@top10video294 жыл бұрын
Sir u are great are u nepali sir
@TheKoma214 жыл бұрын
nice bro.. your way of teaching is really awesome.
@manishmishra17302 жыл бұрын
Is that 'AM" or 'PM' comes by default with 'new Date().toLocaleTimeString()' or we have to put some condition to show that.
@nitinKumar-zs3qj4 жыл бұрын
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 Жыл бұрын
you can do like this too const DigitalTime = () => { const [Time, setTime]=useState(new Date().toLocaleTimeString()) setInterval(() => { setTime(new Date().toLocaleTimeString()) }, 1000); return ( {Time} ) }
@Nomankhan-jv1nk3 жыл бұрын
Amazing way of Teaching. Thankyou Thapa Teachnical👌👌👌
@letsshowdesigns4 жыл бұрын
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_NAG4 жыл бұрын
Waiting for building a website with react...👏🏻✌🏻💯
@SantoshYadav-xb2hg4 жыл бұрын
Yes
@shaik_fareed8904 жыл бұрын
Right boss
@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-ry3cz2 жыл бұрын
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;
@EWorldHub4 жыл бұрын
Superb..... Very Easy to Create.... Thanks For Ur Efforts Make It Easy
@os-ui5yr Жыл бұрын
the way you work hard, really appreciate it
@developer5324 жыл бұрын
@Thapa Technical I did this by myself.. :) and Then I watch your video and I got the same method as you did setInterval
@sagorraihan1342 жыл бұрын
@Developer 53 vai plz help karo I am facing error using npm install react-digital-clock
@TheKoma214 жыл бұрын
enjoying this tutorial..I am watching and keep practicing.. awesome way of teaching
@shwetasonth84072 жыл бұрын
Your videos are really very helpful sir,thank Soo... Much👍
@ashharmansuri68163 жыл бұрын
You are great person yar , maza agaya
@ralphpantallon69852 жыл бұрын
thank you so much bro you helped me, even though i cant understand you. thank you so much!
@Thelalaharsh0094 жыл бұрын
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 Жыл бұрын
darun hoyeche bro from BD
@ranjitdesai39263 жыл бұрын
Simply fantastic bhai.!!!!!Thanks
@ashutoshbisoyi2054 жыл бұрын
Awesome bhai... You are doing really great. Keep it up brother, want to learn more from you
@FightAgainstMathsFear4 жыл бұрын
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
@anujgupta77494 жыл бұрын
Bro HackerRank par practise kar sakte ho , vha sei logic bna nh aa jayga.
@rjverma073 жыл бұрын
More easier than react docs thank you sir ji.
@ChandraTech524 жыл бұрын
every video is very interesting 🙏🙏
@burhanyasir1298 Жыл бұрын
Thapa bhai good
@sriramginjupalli3565 Жыл бұрын
Thanks bro it's done very good ☺️
@mongalmoy_karmakar3 жыл бұрын
Your explanation is great 👌👌
@johnthapa18794 жыл бұрын
Aj do video n both are awesome bro
@iamvshubham3 жыл бұрын
Awesome teaching skill.
@DeepakSaini-Google4 жыл бұрын
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!
@kashmirtechtv29483 жыл бұрын
Great. Bro kash ap 4 saal phly mil jaty😅😅😅
@samqureshi94154 жыл бұрын
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
@raghubirkumar34784 жыл бұрын
Aap blogger website me Ek bar me Ek se adhik product ko add Karna kis video me bataya hai
@NoumanShafi-l6w Жыл бұрын
good but can you explain how much time this component render in a second and how to avoid it
@AkhileshYadav-lv3kh Жыл бұрын
Thank you sir 👍👍
@ratul11253 жыл бұрын
Love U Thapa sir
@SHUBH4M_Singh2 жыл бұрын
Other Ways using pure javascript (without using Hooks ) const App = ()=>{ setInterval((time= new Date())=>{ document.getElementById('curTime').innerHTML=time.toLocaleTimeString() },1000) return( time ) }
@gabriellovera81133 жыл бұрын
Awesome, thank you so much
@legoking61933 жыл бұрын
Excellent !! Thank you, Much appreciated
@omkarpathak47593 жыл бұрын
Amazing Video Sir.
@x..darkfate..x Жыл бұрын
Bhai ap GAzab ho
@rahul-java-dev4 жыл бұрын
Thank You So Much....Love You...
@DjPrinceRaj4 жыл бұрын
Nice Video Bhai 👍
@LifeStoryAshita2 жыл бұрын
Completed #32
@ayaniegain4 жыл бұрын
thanks for your contribution and efforts really appreciate your work.
@sameermubeen84954 жыл бұрын
nice explanation
@rajbannasa76623 жыл бұрын
appreciated sir , thank you so much sir
@dharmensinha31914 жыл бұрын
Thapa sir wab security ke bare me kuch sikhaw plz
@ParvinderSingh01310 ай бұрын
super video
@vrutanktogadiya59058 ай бұрын
🎖🎖
@_Blackwolf_014 жыл бұрын
Sir,Plz make a playlist for e-commerce website with admin panel.
@itsmd.254 жыл бұрын
Nice video 👍👍 #ItsMD
@jashanpreet8324 жыл бұрын
Great
@ajaypathak22143 жыл бұрын
Enjoying, please start django
@charsipandavlog14 жыл бұрын
Great one 🙂
@ThapaTechnical4 жыл бұрын
Thanks 😁
@sudharshanpani5853 жыл бұрын
Thank you for this
@thecoderraj37774 жыл бұрын
Thanks sir :)
@aamirsaleem52944 жыл бұрын
osm
@nikkyjaiswal1374 жыл бұрын
👌
@deepanshusingh23524 жыл бұрын
At 2:48 , what shortcut did you use for the curly braces ??
@mohdnajeeburrehman5438 Жыл бұрын
Boom guys 😀😁😀
@sakshiawadhiya72674 жыл бұрын
How are integrate payment gateway in e commerce website project
@sakshiawadhiya72674 жыл бұрын
Please make e commerce or College management system in phl
@manishmishra17302 жыл бұрын
Is that 'AM" or 'PM' comes by default with 'new Date().toLocaleTimeString()' or we have to put some condition to show that.
@meditationalmusic6102 жыл бұрын
it comes by default. No need to add 'AM' or 'PM'
@manishmishra17302 жыл бұрын
@@meditationalmusic610 Sorry, but in my case while writing the same code, it wasn't there.
@anurajdeep82364 жыл бұрын
doubt: ye jsx file ke liye js file ko hi rename kiya hai ya new create kiya hai?
@CodersGyan4 жыл бұрын
You can rename it :)
@GauravKumar-dw2ml3 жыл бұрын
Made it myself 😎😂❤️🔥
@mallikasethi26044 жыл бұрын
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!
@vikrambam11842 жыл бұрын
why you do not try yourself ?
@collegeduniaeducation30154 жыл бұрын
sir digital clock with date and time in node.js ka video chiya sir
@santoshsharma17763 жыл бұрын
sir,how to create reporting like rdlc if data save in data base how to see data on report
@adilrao77774 жыл бұрын
❣❣👌
@devendrarajput4743 жыл бұрын
important!!!!!! How can we use the Class component's setState callback function in the functional component?
@mubeen44us2 жыл бұрын
Did you got answer to your question? Was it about Props? Welcome Stackoverflow
@ManishChoudhary-bb2mn4 жыл бұрын
Sir Setinterval mein infinite timing karna hoga toh kaise karenge
@Himanshu_Sharma..4 жыл бұрын
Infinite time nahi kiya jaata mere bhai
@pusparghyamukherjee19942 жыл бұрын
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.
@sagorraihan1342 жыл бұрын
Brother i am facing error using npm install react-digital-clock
@pranjalbansal85763 жыл бұрын
@Thapa Technical My button is not working
@mustaqali9604 жыл бұрын
How to make countdown timer in react js...
@proxykhel32844 жыл бұрын
sir is par bhi kam kar raha ha setInterval(UpdateTime);
@TheAmanpro3 жыл бұрын
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 Жыл бұрын
Try to export the components from separate components file , currently you have exported both in the same file
@shivamchouhan50774 жыл бұрын
13th liker bro 😊
@zafarhussain82733 жыл бұрын
we can do this project without hooks with help of functions then why we need hooks . i have this cunfusion .anyone Know ?
@preethamm.n11614 жыл бұрын
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💞
@programmershakil6104 жыл бұрын
bro mere channel ke playlist api ka use karke awesome corona website banaya hai
@CodersGyan4 жыл бұрын
You can google it for free Jain apis and you will many free apis :)
@debpal87774 жыл бұрын
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?