You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should make Studio a React Component, so that we can use it not only as we currently do in an Electron application for the desktop, but also in the browser with wasm, as a standalone mobile app with React Native, or embedded in your own app for debugging.
The text was updated successfully, but these errors were encountered:
To be honest, this is probably a bit more involved than a refactor. Since the app is written with a tight coupling to React DOM (using HTML primitives, which would make it impossible to ship in a React Native app) and we learned a lot along the way, it would probably be more valuable to re-write is as a React Native component (which use more abstract primitives, such as View and Text, etc.). This could be built to be embeddable in another website via react-native-web, in standalone apps for iOS, Android, macOS and Windows (see other potential platforms on https://reactnative.dev/docs/out-of-tree-platforms).
sync-by-unitobot
changed the title
Refactor Studio into a React component
Rewrite Studio into a React or React Native component
Feb 12, 2024
We should make Studio a React Component, so that we can use it not only as we currently do in an Electron application for the desktop, but also in the browser with wasm, as a standalone mobile app with React Native, or embedded in your own app for debugging.
The text was updated successfully, but these errors were encountered: