Replies: 2 comments
-
👍🏽 It would be great for the tab content to be server rendered! My current workaround (which i dont really like) is to output the tab content as HTML and then hide it with CSS. @RobinMalfait What are your thoughts on this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yep, the server side rendering of tabs (and improvements in general) are definitely coming. But I can't promise you an ETA yet. We have some other priorities and we need to setup some infrastructure to make this all work and test properly. But it's coming! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to request a feature to render
Tab.Panel
on server side. My use case is to render a page to a static markup, and send it to algolia for full-text search. Currently, contents in tab panels are not rendered to a static markup, therefore not searchable.Here is a simple snippet for SSR.
MyTabs
is straight from the doc.Here is the output.
Probably related to #778.
Beta Was this translation helpful? Give feedback.
All reactions