Tabs Implementation
Unanswered
Brown bear posted this in #help-forum
Original message was deleted.
2 Replies
Cape lion
Use a built in component from shadcn. Fetch your data in a server component and pass it as props to your tabs componenent. It shoud take you aproximately 5 minutes
The data reloads can be mitigated with prefetching, suspense boundaries and many other things, also your likely looking at the site in 'dev' mode, which isnt a good characterization of prod performance