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

Merged
merged 6 commits into from
Jul 25, 2024
Merged

feat(UI): SSR support #8915

merged 6 commits into from
Jul 25, 2024

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
@luvkapur luvkapur enabled auto-merge (squash) July 25, 2024 13:43
@luvkapur luvkapur merged commit 79dca32 into master Jul 25, 2024
11 checks passed
@luvkapur luvkapur deleted the ssr-support branch July 25, 2024 14:43
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.

2 participants