Search Bar with suggestions and filter in react for beginners

Поделиться
HTML-код
  • Опубликовано: 28 фев 2022
  • In this tutorial, I show you how to build a react search bar with suggestions. If you want to build a react search bar with autocomplete or suggestions feature from scratch, this video can help you.
    If this video gets more than 50 likes, then I make the second episode of it. Please share what you exactly are looking for and put a thumbs up, the rest is on me!
    You can download the project source code from here: pezeshkzade.com/blog/source-c...
    Hope you enjoy it.
    Consider subscribing...
    Have a great day.
  • НаукаНаука

Комментарии • 55

  • @ReactWithMasoud
    @ReactWithMasoud  Год назад +1

    You can download the project source code from here: pezeshkzade.com/blog/source-code/

  • @prajanbhattarai3124
    @prajanbhattarai3124 Год назад +5

    short and to the point. love the video.

  • @EnglishAdventures
    @EnglishAdventures 10 месяцев назад

    Thank you for this tutorial! Excellent, easy to understand, and concise.

  • @fredyholguin2525
    @fredyholguin2525 2 года назад +2

    amazing video, short. to the point and very usefull

  • @shafeeqmenoth7001
    @shafeeqmenoth7001 11 месяцев назад

    Thank you Masoud ..you have made my day

  • @aabramek
    @aabramek 10 месяцев назад

    clear and straightforward, thanks

  • @p1k1m4ru
    @p1k1m4ru 2 месяца назад

    helped me a lot, thank you! great stuff. Works way better than the first one that indian guy explained.

  • @easywebsolution7044
    @easywebsolution7044 6 месяцев назад

    Really good Tutorial. it save my time , Thanks

  • @7taztoons
    @7taztoons Год назад +18

    if you put fullName.includes(searchTerm) instead of fullName.startsWith(searchTerm) you can search on first and lastname in the same time

  • @charanshetty2776
    @charanshetty2776 Год назад

    Love from India , Nice explanation

  • @majedyafa902
    @majedyafa902 Год назад

    Amazing, thank you!

  • @davidtojalvarez6424
    @davidtojalvarez6424 Год назад +1

    Amazing video, thanks

  • @edmonkhachatryan5150
    @edmonkhachatryan5150 7 месяцев назад

    Thank u my friend it was very helpful tutorial👋👋

  • @kennedysithole5316
    @kennedysithole5316 2 месяца назад

    That was helpful. Thank you..

  • @matt112fly
    @matt112fly 2 года назад +2

    your English is very understandable- I have no problem 👍 so weird that people say that its "weak" lol

  • @gainsbrah9831
    @gainsbrah9831 Год назад

    Short and to the point

  • @ahmadtalal8428
    @ahmadtalal8428 2 года назад

    thanks alot sir
    reallly helpful it was

  • @gemsy.net.reviews
    @gemsy.net.reviews 8 месяцев назад

    Awsome!

  • @yunsivattha
    @yunsivattha Месяц назад

    very good, i learn much from you. plrease, add more video

  • @nhanngutrongrung9556
    @nhanngutrongrung9556 Год назад

    Thank You so much❤❤❤❤❤

  • @matt112fly
    @matt112fly 2 года назад +1

    waiting for part 2.. i made a search filter (not using your video ) but it only adds the first search from the top - ill check if your video helps fix it ;)

  • @sainath3829
    @sainath3829 2 года назад +1

    thanks man

  • @belahouelbatoul3846
    @belahouelbatoul3846 Год назад

    thank you so much

  • @mehdi1169
    @mehdi1169 10 месяцев назад

    عالی بود مسعود

  • @ManojSharma-cz7mi
    @ManojSharma-cz7mi 10 месяцев назад

    thanks. Do you have any code just like (select > option) > selectpicker (same as boots tap jquery ) > Allselect deselect , search ?

  • @swayamshakthi
    @swayamshakthi Год назад

    Thank you

  • @fabioalejandrocamargodiaz4838
    @fabioalejandrocamargodiaz4838 Год назад

    I know talk spanish so... Señor lo amo

  • @giorgikiladze1151
    @giorgikiladze1151 Год назад

    thank you

  • @volkerh5709
    @volkerh5709 2 года назад

    Really good and clear video :)

    • @ananddarshan5911
      @ananddarshan5911 Год назад

      1.A list of items is to be shown when the user clicks on the input field.
      2. As the user types, the items in the list should get filtered according to the input.
      3. On clicking on an item, it should get added as a chip (ex. Marina Augustine) on the top and your input field should shift accordingly.
      4. Once the item is added as a chip it should be removed from the list of items.
      5. Every chip should have a cross (X) icon, clicking on it should remove the chip and add it back to the list.

    • @ananddarshan5911
      @ananddarshan5911 Год назад

      Can you help me out for this point I see your video it is effective but can you help me out with this point or we can make a video tooo🙏

    • @viswa327
      @viswa327 Год назад

      @@ananddarshan5911 Hi Anand, am also looking for the same assignment . please help me bro 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏 if you have a solution.

  • @helguuhucu
    @helguuhucu Год назад +1

    Hi! Reading some of the comments made me super sad. How can some people have such negative attitude towards you? Cursing and demanding certain things as if you owed them something? It is a clear video, with clear English, and you can watch along the video and write the code, instead of demanding for things to get to you already 100% done. And if you really need the source code, you can ask for it politely.
    Masoud, keep up the good work and I hope that you don't get discouraged by such comments. Have a great day :)

    • @ReactWithMasoud
      @ReactWithMasoud  Год назад

      Thanks bro, yes I will continue and try to improve my content

  • @Joe-xo8ns
    @Joe-xo8ns 8 месяцев назад

    Thanks

  • @navjotsingh2457
    @navjotsingh2457 Год назад

    ty

  • @simon9238
    @simon9238 Год назад

    Amoo masoud eshghi damet garm

  • @yashbharadva4636
    @yashbharadva4636 2 года назад

    If we have to add API from POSTMAN rather than the MOCK data then how it should be done..??? I am stuck at that thing..

  • @kwameappiah-kubi1128
    @kwameappiah-kubi1128 Год назад

    anyway to make this accessible and have keyboard navigation?

  • @denismugane2765
    @denismugane2765 Год назад

    How can I make it a reusable component for my entire project

  • @ifaduolasamuel7144
    @ifaduolasamuel7144 2 месяца назад

    Hi, please the like to the codebase isn't working

  • @0tiii
    @0tiii 24 дня назад

    Few problems:
    - No arrow navigation
    - No result highlighting
    - Result list will affect other element positions

  • @jonathanmarois9009
    @jonathanmarois9009 Год назад +4

    You should have explained your dependencies... especially the purpose of react-select.

  • @umavijay9171
    @umavijay9171 3 месяца назад

    Not able to access the source code link.

  • @williamramos3866
    @williamramos3866 7 месяцев назад

    os indiano vao dominar o mundo

  • @DonHaul
    @DonHaul Год назад +1

    If i unfocus the search bar, the dropdown stays. How can this be fixed?

    • @us28363hdhd
      @us28363hdhd Год назад

      U can hide drop-down. When input focused u can show drop down.
      Opacity 0
      Visibility hidden

    • @SimonFabcic
      @SimonFabcic 9 месяцев назад

      ​@@us28363hdhd
      Did you try this?
      What happened to me in this case is, that in when I click on dropdown line, the focus is no longer on input field and disapears.
      So I can't select item from dropdown...

  • @googleaccount7252
    @googleaccount7252 Год назад

    Why would you make a video just to hide the source code? are you ok in the head?

  • @Noor98709
    @Noor98709 2 года назад

    I appreciate You For teaching but your English language speaking is weak
    Thanks alot

    • @Itsme-hy6jr
      @Itsme-hy6jr Год назад +4

      If you don't understand his speaking you should improve your listening skills because the video is completely clear and understandable.

  • @ionenetsa3264
    @ionenetsa3264 Год назад

    Where is the fucking source code? After being forced to subscrive to a newsletter and after I confirm my email I click on download source code and I end up in a sandbox with something that has absoulytely no relation with this video. Which, by the way is buggy and doesn´t work.
    A very poor experience indeed.

    • @ReactWithMasoud
      @ReactWithMasoud  Год назад

      Hi sorry about that, I will fix the website soon, you can download the source code from here: codesandbox.io/s/clever-violet-vxupkq

    • @ionenetsa3264
      @ionenetsa3264 Год назад

      @@ReactWithMasoud this would be useful for my successors, I already deleted the whole exercise and passed to next video. Anyway thanks.