Search Filter React Tutorial - Search Bar in React

  Рет қаралды 320,305

PedroTech

PedroTech

Күн бұрын

Пікірлер: 495
@CodingWithDapo
@CodingWithDapo 4 жыл бұрын
little tutorials like this might seem like nothing but in reality, they do. Thanks man
@PedroTechnologies
@PedroTechnologies 4 жыл бұрын
Thank you! Really appreciate it!
@joshuaborseth
@joshuaborseth 2 жыл бұрын
Agreed ^^
@andresramirez4469
@andresramirez4469 2 жыл бұрын
I really like the smaller projects like this , they actually help me more than doing a whole full stack application with various moving parts
@jean2094
@jean2094 2 жыл бұрын
Hey, man. Thanks for this video. I'm working for the first time as a developer in a company. So I received a task this week to implement a search bar with react. Your video helped me a lot. Keep doing it, you're a great developer.
@matheuscamba
@matheuscamba 2 жыл бұрын
exactly the same with me // msm coisa comigo mano kkkk
@jineom9194
@jineom9194 2 жыл бұрын
Same here for me haha hope you did well!
@mitarthsingh7515
@mitarthsingh7515 3 жыл бұрын
Honestly watched like 6 articles and 4 videos before this but this was what i needed. Super concise, to the point and very clear. Great job man :)
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Glad you liked it!
@turikmmm5069
@turikmmm5069 2 жыл бұрын
same here
@anilsunny4443
@anilsunny4443 2 жыл бұрын
Straight to the point, no wasting time on styling, no wasting in cmd prompt creating project. Straight forward and quick which got me started. Thank you so much
@itscartmanbrah4856
@itscartmanbrah4856 4 жыл бұрын
I was gonna search for this so that I can integrate this to the Pokémon application from the last video. You're simply amazing man. Keep up the good work
@PedroTechnologies
@PedroTechnologies 4 жыл бұрын
Hahaha Awesome! Glad I could help!
@tcutinthecut
@tcutinthecut 3 жыл бұрын
I didn't expect for this to be so easy to implement into my application, as I was already pretty far along, but it was!!
@ankitmehrotra8519
@ankitmehrotra8519 3 жыл бұрын
One small point Pedro.. You are using includes which will filter exact value. You should use substr(0, length of searchTerm) and then compare for correct results.
@thequang9234
@thequang9234 2 жыл бұрын
can you elaborate, thanks :)
@raabisliman
@raabisliman 2 жыл бұрын
perfect, i deleted so many lines of my code after viewing your tutorial Thanks bro !
@sourabhthorat9550
@sourabhthorat9550 3 жыл бұрын
I spend a whole day to get the right solution and finally, I got this super explanation Thanks bro
@edwardlocnguyen
@edwardlocnguyen 2 жыл бұрын
This video beats everything else I've seen on KZbin and on StackOverFlow. Straight forward and to the point.
@khandoor7228
@khandoor7228 4 жыл бұрын
Good stuff Pedro thanks! I enjoy these types of useful videos, even if you have done this before, no one does it the same and I always learn something new.
@PedroTechnologies
@PedroTechnologies 4 жыл бұрын
Hahaha Thank you! Really appreciate the support and I am glad I could help!
@thippanayugesh8414
@thippanayugesh8414 3 жыл бұрын
I will make sure to like every video I watch and recommend it to my colleagues. These are very helpful for a beginner like me. Thank you.
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Awesome, thank you! Really appreciate the support!
@henryngann
@henryngann 3 жыл бұрын
Keep making videos, you are going to get popular for sure. I rather go to you then smaller youtubers because your explanations are just so much better.
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Thank you so much! I really appreciate the support!
@oshinbatra4319
@oshinbatra4319 2 жыл бұрын
Thanks Man! your videos helped me a lot during my Early days as Web Developer.
@jabss7847
@jabss7847 Жыл бұрын
this is the simplest yet very useful and helpful and easy to understand among all the other search videos tutorial. Thanks man !
@og_LionKingGaming
@og_LionKingGaming 2 жыл бұрын
Best tutorial on search and filter. I was going through dev grey's react tutorial and got comfused in search component working. After watching your all foubt cleared. Thank you brother
@user-gnwolmgkqpcn15829
@user-gnwolmgkqpcn15829 2 жыл бұрын
You might not be able to assume how mush i appreciate your contents and the way you are delivering concepts. Thank you so much for your continuous work!
@ВолодимирПриходько-л2л
@ВолодимирПриходько-л2л 2 жыл бұрын
I will say that again! You are doing amazing things my man, thanks a lot! I hope my comment will also be of help for your channel, bro! Make more videos please. I mentioned this the other day and I am going to say this again, you have some outstanding skills and I hope more people could see your job! Way to go!
@PedroTechnologies
@PedroTechnologies 2 жыл бұрын
Much appreciated! This kind of comments motivate me a lot :)
@yashwanthks9072
@yashwanthks9072 3 жыл бұрын
this video helped me and provided the coding i was looking for. my 10hrs of dealing with a same error finally solved. great content brother
@joelsjunk239
@joelsjunk239 2 жыл бұрын
This video helped me get out of a rut and back on track with my work. Thank you so much!
@chahhatpandit9003
@chahhatpandit9003 3 жыл бұрын
was stuck at it for 2 days.. helped a lot.. thanks man....
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Glad to hear it
@nazneenshaikh8804
@nazneenshaikh8804 3 жыл бұрын
I am getting error...copied the same code says cannot read property toLowerCase of undefined
@nazneenshaikh8804
@nazneenshaikh8804 3 жыл бұрын
Can u please help me out
@dinushasenarath3050
@dinushasenarath3050 8 ай бұрын
@@nazneenshaikh8804 For anyone getting errors with toLowerCase - first try converting the value to a string by adding toString() like this .includes(xxxxx.toString().toLowerCase()). It should solve the most!
@nikhilarora6521
@nikhilarora6521 4 жыл бұрын
awesome work dude !! Keep on posting such amazing tutorials
@PedroTechnologies
@PedroTechnologies 4 жыл бұрын
Thank you! Glad you liked it!
@chasec4897
@chasec4897 2 жыл бұрын
BRO, YOU ARE AN ABSOLUTE LEGEND. Im going to send you a dono with my first salary !
@omaralazzawi5305
@omaralazzawi5305 3 жыл бұрын
Best one explains search functionality thanks a lot Pedro.
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Glad it was helpful!
@bspraveen8212
@bspraveen8212 2 жыл бұрын
You are really brilliant, inspite being from mathematics background You are doing flawless coding. Keep doing such great video tutorials.
@kayaba_atributtion2156
@kayaba_atributtion2156 3 жыл бұрын
100/100 best tutorial out there! thanks pedro!
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Glad you think so!
@Lakshan98
@Lakshan98 3 жыл бұрын
You literally saved my life man.Thanks
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Glad I could help
@DiestroCorleone
@DiestroCorleone 3 жыл бұрын
I wasted more time trying to find a library that can do this for me, than watching your tutorial and learning this method. Thanks a lot. BTW, loved that you used Paquito as an example.
@contrerasvivanco
@contrerasvivanco 2 жыл бұрын
oh my gosh this worked like a charm I actually can't believe it... thank you so much!!! as a constructive criticism, I skipped the whole css stuff but tbh its nothing compared to the amount of time I wasted watching other videos lol
@WillTalksCode
@WillTalksCode Жыл бұрын
Not bad! I've been teaching myself react. I followed this tutorial, and made a slight change to let you search by first name or last name.
@kaykodes3692
@kaykodes3692 2 жыл бұрын
omg, thanks for this, i tried myself but it was a bit difficult when you first start react , really helpful , thanks
@artemii8672
@artemii8672 2 жыл бұрын
Most iconic tutorial, thanks a lot!
@elendil4543
@elendil4543 3 жыл бұрын
Efficient, fast and easy That's why I installed KZbin for
@utkarshsrivastava4106
@utkarshsrivastava4106 2 жыл бұрын
Hey Man, Thanks for this video. Although very basic, such concepts help out even senior developers from time to time. Lots of love :)
@JoaoPiovensan
@JoaoPiovensan 3 жыл бұрын
Your content is just amazing, please keep doing this tutorials, u dont know how much is helping me with my study stuff.
@mujtabakhalid7010
@mujtabakhalid7010 2 жыл бұрын
This is what I was looking for . Thank you so much. keep pumping content. Goodluck
@yeminhtun2543
@yeminhtun2543 4 жыл бұрын
I'm really enjoying your tutorials. Thanks, man. Keep it up.
@PedroTechnologies
@PedroTechnologies 4 жыл бұрын
Thank you bro! Really glad you liked it!
@KarthikaKarthi14
@KarthikaKarthi14 3 жыл бұрын
You saved my time. Thanks man Love from India ❤️
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Happy to help :)
@roboriginal
@roboriginal 3 жыл бұрын
Man thank you a lot. Those quick and dirty tutorials are the best. I want to hug you
@mohsinbb6864
@mohsinbb6864 3 жыл бұрын
Realy Great Tutorial and very simple thanks Pedro Tecch
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Glad you like it!
@INfoUpgraders
@INfoUpgraders 4 жыл бұрын
Amazing how simple and efficient it is to do, keep up the good work 💪
@PedroTechnologies
@PedroTechnologies 4 жыл бұрын
Thank you! I really appreciate it! Due to how states work in react, this is definitely a lot easier than it should be hahaha
@INfoUpgraders
@INfoUpgraders 4 жыл бұрын
@@PedroTechnologies For real
@konfigear4646
@konfigear4646 3 жыл бұрын
Thank you for keeping it short and straightforward:) Great video
@Gabrielmjo
@Gabrielmjo 2 жыл бұрын
Every single thing that i have any kind of doubt, i fall on your videos kkkkkkk Muito Obrigado Por toda a ajuda.
@Optimus_Fitness
@Optimus_Fitness 3 жыл бұрын
I didn't expect this is so easy to implement in my application.Your are writing very clean code.
@ishisachan5775
@ishisachan5775 2 жыл бұрын
with lot of red marks and error
@thiagopadovani6654
@thiagopadovani6654 2 жыл бұрын
Best explanation of filtering an array in react. Thanks man, keep it up!
@KukovskyClips
@KukovskyClips 2 жыл бұрын
This helped me a lot, i was struggling for hours trying to do this, thanks!
@qgatss
@qgatss 3 жыл бұрын
You're a life saver, thank you so much for what you do bro!
@kashanakhun1258
@kashanakhun1258 3 жыл бұрын
Okay, so this video was so helpful, thank you so much, Sir
@gurleensingh9921
@gurleensingh9921 2 жыл бұрын
Thank you so much, Pedro ❤️🙏🏻. Appreciate your content . 🔥💛
@chachachacha8778
@chachachacha8778 Жыл бұрын
just a simple tutorial...everything well captured🔥🔥
@schopra81
@schopra81 3 жыл бұрын
Thanks PedroTech. It's to the point and worked.
@sundayokini6845
@sundayokini6845 3 жыл бұрын
I like your tutorials. You are unique in your style of delivery. Thanks so very much!
@assasyn0000
@assasyn0000 2 жыл бұрын
This actually helped me and i learned something new. Thanks a lot!!
@carlchua7369
@carlchua7369 3 жыл бұрын
Most useful and effective react search bar I found
@weslleyfelix5072
@weslleyfelix5072 3 жыл бұрын
Thank you so much my friend! I've learned a lot with this tutorial... I implemented this on react-native and its the same, pretty much!!
@luizfederico9861
@luizfederico9861 3 жыл бұрын
Thanks a lot Pedro! Much easier than the overengineering on my side! Cheers
@karimkazia
@karimkazia 3 жыл бұрын
Omg I was looking for this lol !! Thank you sir as always. and I got it working in my project. except in this case i send an object to a component to render the output.!!! + also included other search criteria within the filter e.g find name or phone or status etc.
@zainabideen8144
@zainabideen8144 3 жыл бұрын
Amazing explanation! Brilliant Guy. Simple and easy
@webmaster168
@webmaster168 4 жыл бұрын
Thank you so much!! I wish every tutorial would be like this 👍🏻
@PedroTechnologies
@PedroTechnologies 4 жыл бұрын
Happy to help! Thank you!
@newcode7847
@newcode7847 2 жыл бұрын
Thank you very much, I solved my tasks at work with your help!
@sakatagintoki123
@sakatagintoki123 3 жыл бұрын
IT WORKS!! THANKS SO MUCH!! YOU THE BEST BRO!!
@tonybenci2796
@tonybenci2796 3 жыл бұрын
Thanks very much for this snippet, it helped tremendously. If I may... listening to these videos from younger content providers I hear a propensity to use the works literally and basically every third word. I just have to mute the sound and hopefully catch the intent from the coding... as I did in this instance. My advice to you Pedro... listen to your recording and note the number of times during the 11:04 that these words are used and try to do it without them. I know that I'd be inclined to listen. If you ever listen to whom I consider the champions (Max Schwarzmueller, Neil Cummins etc.) they don't use them ever (or so rarely they don't even get considered)... no filler words. I guarantee that if you concentrate on this your content will improve... Thanks Again
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
I appreciate the feedback Tony :) English is not my first language so I do have some trouble with it sometimes. But I am constantly trying to improve! This video was a while ago so I hope I improved since then :)
@bumblebeesets
@bumblebeesets 3 жыл бұрын
I swear ure so underrated, thank u for everything
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
hahaha thank you!
@leonardocoutinhodossantos1404
@leonardocoutinhodossantos1404 2 жыл бұрын
Great video man, thnks for this!
@pauldubourg9738
@pauldubourg9738 2 жыл бұрын
Great tutorial. Keep the good work.
@ThColinPereira
@ThColinPereira 3 жыл бұрын
I'm really enjoying these tutorials
@onlyrealufos4146
@onlyrealufos4146 3 жыл бұрын
I'm proud we have such a perfect channel my fellow countryman.. Your english is perfect and we need more brazilians like you to export Q U A L I T Y ;)
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Hahaha thank you :) 🇧🇷
@score_
@score_ 2 жыл бұрын
thanks a lot man, I was trying to do this in a thousand ways and nothing worked lol, a little tip for those who are trying to do it in different components: create a useContext and put there the "search" and the other data variables.
@nguyengianam499
@nguyengianam499 3 жыл бұрын
Nice bro. I just got enlightened by you watching this video
@K.Huynh.
@K.Huynh. 3 жыл бұрын
It's incredible, your solution really works with my current problem. The solution is really simple but bringing great results. Specially send a deep thanks to you. You save my life.!
@kasakonTea
@kasakonTea 2 жыл бұрын
Thank you, this was so helpful! Very clear explanation to follow along
@MrRyco11
@MrRyco11 3 жыл бұрын
really easy and powerful feature. Thanks man
@edgarsblog
@edgarsblog 2 жыл бұрын
Thank you very much, your tutorial helped me a lot for my interview task
@ThColinPereira
@ThColinPereira 3 жыл бұрын
This was so well explained! Thanks Pedro
@wsglko1186
@wsglko1186 3 жыл бұрын
Great! clear concept with less code
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Thank you! Really appreciate it!
@emanuelameh5722
@emanuelameh5722 3 жыл бұрын
Tried it in my project and it worked. muchísimas gracias!
@nataliaoliveira7026
@nataliaoliveira7026 3 жыл бұрын
Best tutorial ever, Thanks!!
@bhupendersingh7296
@bhupendersingh7296 2 жыл бұрын
Simple And Perfect Bro.
@sohammukherjee8079
@sohammukherjee8079 3 жыл бұрын
This was great, thanks ! If I instead wanted to render say a list of components instead of just names, filtering by one or more fields in their states, could you throw some light on how that can be done? Also, it'd be really helpful if you could share the way to display the search results horizontally instead of vertically.
@tentx652
@tentx652 3 жыл бұрын
super broo, easy to learn from you.most valuable concept ,thank you so much
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
So nice of you! Thank you for watching!
@dartdragon4785
@dartdragon4785 3 жыл бұрын
This worked like a charm. Thank you!
@miracle_chuks
@miracle_chuks 2 жыл бұрын
Thanks, you just helped me solve a problem.
@quasarkid4256
@quasarkid4256 2 жыл бұрын
This helped tremendously. Thank you
@mariaadeliadecampos9676
@mariaadeliadecampos9676 3 жыл бұрын
This tutorial helped me a lot! Thanks!!
@cheapskate7
@cheapskate7 3 жыл бұрын
Hey man, thanks for taking the time to make this tutorial. It's bloody awesome! Sub!!!
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Thanks for the sub! Really appreciate it!
@marimuthur9456
@marimuthur9456 2 жыл бұрын
Extraordinary explanation 👌👌👌
@ritikashishodia675
@ritikashishodia675 Жыл бұрын
Thanks to making this video from last 2 day i was worried how to solve this problem and after see this code in my mind other logic also click that is solve one another bug in my project ✌👌
@arjun-de6dr
@arjun-de6dr 3 жыл бұрын
Great video, superb explanation. Your explanation is so simple and yet precise. Thank you
@lefinancier2.0
@lefinancier2.0 2 жыл бұрын
Thank you so much you saved me one more time be blessed Pedro
@orincywhytedesigns
@orincywhytedesigns 2 жыл бұрын
PEDRO!!!! Thank you so much !!!
@danavzaradel
@danavzaradel 3 жыл бұрын
THANK YOU. Brilliant content and very well explained.
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Thank you!
@edmundodominguezagurcia7254
@edmundodominguezagurcia7254 4 жыл бұрын
Thanks a lot!! great tutorial and very simple to implement. Congrats!!
@PedroTechnologies
@PedroTechnologies 4 жыл бұрын
Glad you liked it!
@scott_the_engineer
@scott_the_engineer 4 жыл бұрын
This is perfect. It works great.
@PedroTechnologies
@PedroTechnologies 4 жыл бұрын
Glad you liked it!
@hammassaleem2803
@hammassaleem2803 2 жыл бұрын
Thanks, man. You have saved my day
@chisomugwu1107
@chisomugwu1107 3 жыл бұрын
Great work! This was so helpful, Thanks.
@npcdusun
@npcdusun 3 жыл бұрын
thanks bro, great tutorial and very easy to understand. does the filter performance depend on the length of the array?
@ankushchavhan1332
@ankushchavhan1332 3 жыл бұрын
12:50 is video paused ?
@xxdnzz
@xxdnzz 3 жыл бұрын
Thank you soo much, keep posting this good content :D!
@1111pachu
@1111pachu 8 ай бұрын
Thanks. It s really herlps. Your explanation is very clear and. G.O.A.T.
@rikanishimura6455
@rikanishimura6455 2 жыл бұрын
Helped a lot, thank you so much!
Most Beginner React Developers Do This Wrong
13:47
Web Dev Simplified
Рет қаралды 239 М.
React Hooks Course - All React Hooks Explained
1:26:21
PedroTech
Рет қаралды 1,1 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
How to Create Search Filter in React Native | Search in FlatList
16:28
Create a Search Bar With React and Debounce Input
17:05
TomDoesTech
Рет қаралды 27 М.
Search Filter in React JS - Filter Through Results
8:53
Code Commerce
Рет қаралды 166 М.
Context API in react | get the concept
29:00
Hitesh Choudhary
Рет қаралды 73 М.
React Course For Beginners - Learn React in 8 Hours
7:55:08
PedroTech
Рет қаралды 555 М.
All React Hooks Explained - React Hooks Tutorial 2025
1:28:44
PedroTech
Рет қаралды 13 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН