gregberge / loadable-components

The recommended Code Splitting library for React ✂️✨
https://loadable-components.com
MIT License
7.69k stars 382 forks source link

react-native-web SSR support #996

Open JegatheeshSelvam opened 9 months ago

JegatheeshSelvam commented 9 months ago

Please help me sample code for "react-native-web with SSR support"

theKashey commented 9 months ago

AFAIK react-native-web uses webpack to bundle stuff, so you can add loadable webpack plugin there and that is all you need. Not sure about react-native-web SSR. Never seen it.

If you can provide a half-backed template - I might look into it. If not - the issue will just go stale.