Richviews
- move to brotli
mSite
- run webpack on server
- enforce ts for new files
- resolve ts errors
- typescript upgrade
- babel + jest upgrade
- React.createContext for context
Richviews
mSite
Abstract
In this talk, we will range over how Native Modules and Native UI Modules work in React Native and whether they can be brought over to the web. We will try to explore how asynchronous bridges work in React Native for both Android and iOS and if they can be used in a similar fashion in the web world using React Native for Web.
Native Modules and Native UI Modules on React Native are what make it easy to understand and leverage Native capabilities on Android and iOS apps. React Native suggests us to offload a lot of heavy computing to Native Modules. Native Modules give us a way to reuse existing business logic from the native side, especially in a hybrid app. It also makes it easier for developers to use Native Capabilities like Camera, Gestures, Haptic Feedbacks, Play Services, Accelerometers on the device and bring trigger hooks on to the React world. While these capabilities on React Native make app development very easy and scalable, can these tec
alt
property for imgApp
starts with capital letters, other don't