polkeng2
polkeng2
TTCTheo's Typesafe Cult
Created by polkeng2 on 6/1/2023 in #questions
nextjs13 do get request with searchbar
thanks!
16 replies
TTCTheo's Typesafe Cult
Created by polkeng2 on 6/1/2023 in #questions
nextjs13 do get request with searchbar
okay maybe I will try using a server component
16 replies
TTCTheo's Typesafe Cult
Created by polkeng2 on 6/1/2023 in #questions
nextjs13 do get request with searchbar
and ty for the help btw
16 replies
TTCTheo's Typesafe Cult
Created by polkeng2 on 6/1/2023 in #questions
nextjs13 do get request with searchbar
maybe this is a very noobie thing to ask, but how do I know if my case is a client only search or not?
16 replies
TTCTheo's Typesafe Cult
Created by polkeng2 on 6/1/2023 in #questions
nextjs13 do get request with searchbar
I have a page that uses react-table to display some data from the backend. When I search something, I want to do a filtered fetch from my API and load that data in the table. If I do your approach I will be rerendering the whole page everytime I do a search instead of just rerendering the table right? Is that better than fetching data on a client component? Also is that good practice if I have multiple filters?
16 replies