Is SSR supported? #450
Unanswered
maartenbreddels
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Excellent library, thanks a lot for it.
we would like to have dynamic SSR with nextjs working, but looking at:
FlexLayout/src/view/Layout.tsx
Line 476 in 88cbbf5
it seems that the first render doesn't render the whole layout (which is the only render happening on the server).
Is SSR supported via other methods, or it even feasible to do SSR. I can imagine that it's practically impossible if everything works in pixels.
Regards,
MAarten
Beta Was this translation helpful? Give feedback.
All reactions