Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(UI): SSR support #8915

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

feat(UI): SSR support #8915

wants to merge 5 commits into from

Conversation

luvkapur
Copy link
Member

@luvkapur luvkapur commented May 24, 2024

This PR updates the components part of the OSS Bit UI to be compatible with server side rendering. This is in preparation of enabling SSR on Bit Cloud.

This PR mainly ensures that non ssr compatible library like Monaco Editor is lazily loaded correctly and rendered only during the client hydration step and not as part of the server render.

@luvkapur luvkapur changed the title wip - ssr support feat(UI): SSR support Jul 24, 2024
@luvkapur luvkapur marked this pull request as ready for review July 24, 2024 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant