Guys, if you feel this video was helpful in any sort than please hit the like button and subscribe channel. I really need your support to keep myself motivated.😎
@danielprice44813 жыл бұрын
Really useful video, thank you for posting! It would be great to see the code on GitHub too, for reference. Did have a look but couldn't see it there.
@george600083 жыл бұрын
Great tutorial! Can you add pagination on that? Thank you!
@missphantomhive27963 жыл бұрын
This video helped me a lot!! Couldn't find any other video as useful as this for implementing Search.
@DipeshMalvia3 жыл бұрын
Glad it was helpful!
@cocos13 жыл бұрын
worked like butter, thanks so much. Keep the work, it's important for thousands of us :)
@shashankshah93793 жыл бұрын
Thank you! I was thinking I needed API and I do not have the pagination either so this is best approach to filter array and search the value from an array of objects. It works so fast on each and every key stock! Eyes on you subscribed already! Cheers!
@DeepakSingh-h7k Жыл бұрын
Awesome !! Thanks a lot for making the React Beginners playlist
@ajaychoudhary37022 жыл бұрын
if you use input filed in another component like using header component using input filed then how will we use search functionality using api response
@mohammedelhoussni Жыл бұрын
great video you're the best
@jani.apurva3 жыл бұрын
Awesome Job Keep it up .....
@issambenhassine20162 жыл бұрын
thx a lot it works
@DipeshMalvia2 жыл бұрын
You're welcome!
@Sahiba3 жыл бұрын
Thank you so much sir. I finally implemented it.
@raabisliman2 жыл бұрын
Nice approach
@girishpandey99762 жыл бұрын
i appreciate your efforts...
@vignesh-l3i Жыл бұрын
hi nice video , if i m entering the key word it need to change color , how can we do that one plz replay. Thanks
@cydalexand3 жыл бұрын
Great video :) Thanks!🙏🏽
@DipeshMalvia3 жыл бұрын
Welcome!
@fabianbrash43563 жыл бұрын
Nice video!
@DipeshMalvia3 жыл бұрын
Glad you enjoyed it
@nguyengianam4993 жыл бұрын
keep working bro. i really like this channel
@kanokponnagavajara37692 жыл бұрын
very helpful
@gopinathkrm582 жыл бұрын
thank you so much
@harikarthick50023 жыл бұрын
what is contact at 8:51,while contacts are the data from API
@srikanthanthati9812 жыл бұрын
Hai sir 🙏🙏🙏🙏🙏🙏🙏🙏🙏 I got job of your videos and one Redux video I don't have words but THANKSSS SIR
@srikanthanthati9812 жыл бұрын
Your the first person who helped me lot to get job
@DipeshMalvia2 жыл бұрын
All the best. I am very happy that videos helped you to grab the opportunity.
@namrataraikwar39622 жыл бұрын
Thank you sir
@metime_me2 жыл бұрын
thank you, my problems was solved
@DipeshMalvia2 жыл бұрын
Wonderful!
@pundlikborse60454 жыл бұрын
Nice tutorial, you are doing great job.
@DipeshMalvia3 жыл бұрын
Thanks, do checkout my new series for React Hook as well.
@singhvimlesh3 жыл бұрын
hELLO sir .One thing I have know if during the search input if user enter some text in input box I have wait for 5sec or 4 second using setTimeout( ) then render the list so how can we use settimeout().
@badcode80293 жыл бұрын
very nice
@dollartracker3 жыл бұрын
Brilliant
@DipeshMalvia3 жыл бұрын
Thanks Shashank
@k2nnethtan9492 жыл бұрын
How to search the filename and view the photo or download in the local drive? Such as C:/temp, or network drive?
@fitvibeindia Жыл бұрын
❤
@bloosol26403 жыл бұрын
I love Indian accent
@MaltonCanada3 жыл бұрын
Thanks
@DipeshMalvia3 жыл бұрын
Welcome!
@okparaobinna31383 жыл бұрын
Nice Video but can I use the same concept in class component?
@DipeshMalvia3 жыл бұрын
Yes, of course
@arjay_20023 жыл бұрын
You are very awesome
@DipeshMalvia3 жыл бұрын
Thank you so much 😀
@monalisachowdhury27873 жыл бұрын
Plz make a short video on Edit Contact Details
@Array_of_objects3 жыл бұрын
IF your using the reactstrap instead of the regular html you need to change your ref={searchTerm} to innerRef={searchTerm}
@DipeshMalvia3 жыл бұрын
Thanks for sharing!
@Beny1233 жыл бұрын
Why do we need both term and searchterm ?
@adityagujrati15503 жыл бұрын
will u provide me the link of fulll playlist
@waseemwassu78573 жыл бұрын
How to save the search history,using local storage here??
@dineshsilwal96873 жыл бұрын
Dipesh Malvia Please make video on context api
@DipeshMalvia3 жыл бұрын
I will release tomorrow useContext React hook also working on a application with Context Api.
@shinchan40603 жыл бұрын
The full code is done but it's not working not able to add contacts not showing
@alexisrosano37233 жыл бұрын
Hello my friend, I can't apply CSS style, i'm missing something?? Regards !
@DipeshMalvia3 жыл бұрын
Use the github link for code reference added in the description.
@prachiwanjari58023 жыл бұрын
Where i can get the code to test at my machine.
@DipeshMalvia3 жыл бұрын
You can find the link in the description of the video.
@AkhilAravind3 жыл бұрын
Nice Presentation. Very simple to understand still that exaggerating accent though.
@DipeshMalvia3 жыл бұрын
Thanks! 😃 I'll be extra careful on that.
@KingLuffy_173 жыл бұрын
This question is asked by My interviewer with countries list .
@DipeshMalvia3 жыл бұрын
Hope you know the answer now.
@KingLuffy_173 жыл бұрын
@@DipeshMalvia can you do a video on lazy loading while opening the website. And also loading the data while scrolling the table .
@aiyushbedi2 жыл бұрын
It would have been better to create a resuable compenent which we can use anywhere rather than only in one place
@DipeshMalvia2 жыл бұрын
I agree with you Aiyush, but here my focus was on start with very basic coding and not introducing any reusable components.