|
|
|
|
|
by MrBodangles
1057 days ago
|
|
I came across a standard notes blog recently about how they “migrated” to a single codebase by relegating RN to render a single component of their web view, which is the same view that’s rendered in their desktop app and website, using a native “DeviceInterface” wrapper for each OS. Sounded like a preferable approach to dealing with the complexity and limitations of RN and multi-platform. I wonder why more teams haven’t gone with this type of approach… https://standardnotes.com/blog/react-native-is-not-the-futur... |
|