Replies: 3 comments 3 replies
-
Packages rendering UI to web have to use RSD exports, not RN exports |
Beta Was this translation helpful? Give feedback.
-
Hello. I was wondering what would happen if we use RNfW elements alongside with RSD elements without I can see in the example app, there's RSD elements nested directly inside a react-strict-dom/apps/examples/src/components/App.js Lines 11 to 12 in 6dc2762 react-strict-dom/apps/examples/src/components/App.js Lines 147 to 148 in 6dc2762 |
Beta Was this translation helpful? Give feedback.
-
I am thinking about trying RSD on a new project, but yeah I am questioning myself with things like SVG or animation. |
Beta Was this translation helpful? Give feedback.
-
What's the idea/story behind how folks can use React Native community packages? Currently, with react-native-web, most React Native community packages have additional "web" support based on those APIs since they share components like View, Text, etc. When transitioning to react-strict-dom, is the idea for those community packages to switch to using react-strict-dom for all of their code? Or will there be an abstraction on top of react-strict-dom that acts as a layer so that folks can use various React Native community packages on the web?
Beta Was this translation helpful? Give feedback.
All reactions