reactjs / React.NET

.NET library for JSX compilation and server-side rendering of React components
https://reactjs.net/
MIT License
2.3k stars 932 forks source link

unable to ignore react classes which only needed to be rendered on client #1205

Open saikrishnaakula opened 4 years ago

saikrishnaakula commented 4 years ago

I'm using these library versions:

Runtime environment:

Steps to reproduce

included react-select library and used it, got error document undefined.

do we have have any feature like no-ssr

https://nuxtjs.org/api/components-client-only/