table hook re-use across routes
follow up from: https://discord.com/channels/719702312431386674/1003326939899113492/1380046393439293530
cc @KevinVandy
could you explain more what you mean about re-using hooks? i have a page component that queries some data and passes it down to a table component that instantiates and renders the table
i don't really feel like i'm 'reusing' the hook in the sense that i'm not defining it and calling it multiple places
0 Replies