React Dev Roundtables meetup
what makes webview good enough (to replace react native)
- react with a webview (react living entirely in a react native)
Suspense
it lets your return function throw a promise, and only rerender when it is done.
Navi
- static router
- replacement for nextjs and gatsby's routing
- can be embedded inside react router
- create-react-blog
Vue
- simple to port a html + css website (with inline styles)
- React needs a lot of wrangling
React Native
- develop in react, and then port into react native
- video library:
- the real overhead is in compiling and publishing to the app store
Flutter
- is like react native
- it's a game engine design
- flutter renders everything onto a single canvas
- and you are still able to use native components
- it is a low level library
- potentially could be a rendering engine for react, like react-dom / react-native-dom
replacements to app store and play store
Expo
- react navigation (JS version of navigation)
- react native navigation uses native views (so the )
- expo generally has expo specific versions of libraries
- your bundle is hosted on their servers, like diawi
CodePush