Adding a Search Feature to a Server Component | Next.js App Router

Sdílet
Vložit
  • čas přidán 7. 09. 2024

Komentáře • 25

  • @techdockerz
    @techdockerz Před 2 měsíci +3

    WOW !!! to the point showed the professional production-ready example. better than a long tutorial ends up in no way.

  • @AliAkgul-ym6wz
    @AliAkgul-ym6wz Před 4 měsíci +1

    I've been losing my sanity trying to implement client and server components together for this functionality. Thank you so much for this.

  • @davidlintin
    @davidlintin Před měsícem

    Perfect tutorial. Looking to use this in my project. But I have additional filters so will probably require a search button instead of live updating.

  • @yiyin4917
    @yiyin4917 Před 6 měsíci +1

    This is what I'm looking for, straightforward and easy to understand. Thank you, Stephie.

  • @maskman4821
    @maskman4821 Před 9 měsíci +3

    This is exactly what I am looking for, thank you Stephanie 🙏

  • @Demdevvy
    @Demdevvy Před 8 měsíci +1

    I took a lot away from this video and it helped fill in a lot of gaps in my understanding. Thank you.

  • @VincentFulco
    @VincentFulco Před 9 měsíci +2

    Great walkthru , thank you.

  • @mohammadDeveloper2431
    @mohammadDeveloper2431 Před 9 měsíci +1

    Great mam it's awesome smoothly understand step by step thank you mam Please keep on making more video new features in next js 14

  • @veljkomaksimovic
    @veljkomaksimovic Před měsícem

    Great tutorial. Exactly what I was looking for!

  • @codeChuck
    @codeChuck Před 7 měsíci +1

    Simple and professional! Cool stuff! You included 'use-debounce' BLAZINGLY FAST :D

  • @filipkalny6594
    @filipkalny6594 Před 9 měsíci +3

    Great video, but I'm disappointed that you didn't go into more depth. The transition hook would be perfect so that we can see an indicator of a pending loading state.

  • @emretrn
    @emretrn Před 9 dny

    Great content; thanks, Stephie! I wonder How can we add filtering functionality?

  • @codeSTACKr
    @codeSTACKr Před 9 měsíci

    Great tutorial 🙌

  • @vipinsanthosh2230
    @vipinsanthosh2230 Před 5 měsíci

    Great resource, thanks a lot

  • @JuanMoisesTorrijos
    @JuanMoisesTorrijos Před 3 měsíci

    This is exactly what I needed. Thank you very much!

  • @Svish_
    @Svish_ Před 8 měsíci

    Could you make a video on how to write/cache files during build of nextjs in a way that's compatible with vercel and serverless?
    Say for example you have a blog and all blog posts stored as text files, and you want to create an index/map of all the posts during build so that it's quick to generate lists of the latest posts, sitemaps, rss feeds, and so on.
    Where/how should I hook into the build process to create this index? Where should I write it to?

  • @paakofibamfoquaicoe4193
    @paakofibamfoquaicoe4193 Před 9 měsíci

    Awesome. Please should we expect a video version of the new nextjs learn content?😊

    • @this.stephie9927
      @this.stephie9927  Před 9 měsíci

      As of right now there are no plans to create a video version of the course 😕

    • @paakofibamfoquaicoe4193
      @paakofibamfoquaicoe4193 Před 9 měsíci

      @@this.stephie9927 Woow!. That was quick. Thank you.

  • @MiladJoodi
    @MiladJoodi Před 6 měsíci

    Thanks a million ♥

  • @loudboomboom
    @loudboomboom Před 5 měsíci

    Wooot, tysm!

  • @naufalnasrullah6965
    @naufalnasrullah6965 Před 7 měsíci

    is it possible to not using client components when dealing with search feature?

    • @eldan90
      @eldan90 Před 6 měsíci +1

      The search box is a client component due to the input and onChange events, the rendering of results can be server rendered.

  • @twitchizle
    @twitchizle Před 9 měsíci +1

    easier with remix