frandiox / vite-ssr

Use Vite for server side rendering in Node
MIT License
830 stars 92 forks source link

bootsrap #52

Closed domsen123 closed 3 years ago

domsen123 commented 3 years ago

how can I load bootrap 5 in client only?

frandiox commented 3 years ago

I don't know much about bootstrap but there are a few ways to load things only in browser:

If you want to render part of your app only in client, use ClientOnly component.

Hope that helps!