After a string of public holidays and long weekends since Easter, we can finally group again. This time, we are super excited to have Romain and Sandeep from Bullish, and Mike from Callstack joining us on his trip to Hong Kong.
Topic 1: AI Time Machines
Speakers: Romain Deborne and Sandeep Rakhra
Description: Strap in and rev up your DeLorean as we journey through the space-time continuum of cryptocurrency markets! In this thrilling session, we'll explore how cutting-edge AI technology acts as our very own flux capacitor, propelling us into the future of crypto price prediction. Just like Doc Brown's wild adventures, we'll navigate the volatile twists and turns of the crypto world, using AI to forecast trends and anticipate market shifts with precision. Join us as we decode the mysteries of the crypto universe and discover how AI can help us make informed decisions today by peering into tomorrow. Great Scott, you won't want to miss this!
Topic 2: Building universal Super Apps with React & React Native
Speaker: Mike Grabowski, CTO and Founder at Callstack. Developer Experience is my passion. React Native Core Contributor. In the past, I worked on “react-native link”, “auto-linking” and the CLI. When not coding, I am probably on a race track!
Description: Super Apps are popular types of applications, especially on the web, where you can pull JavaScript code dynamically with no restrictions. On native, they often appear as dynamic experiences inside native mobile applications, often rendered with web technologies.
That approach is challenging, as more work and expertise are required to provide a decent, native-like experience in each mini-app, with access to native APIs.
React Native is uniquely positioned to solve this challenge:
- It is running JavaScript, so you can, in theory, download dynamic code from the web, like on the web itself.
- It knows how to render native UI with JavaScript, so your dynamic code can render platform-specific UX, not HTML.
Historically, this wasn’t available for many years in React Native, as it requires tight bundler integration, and this feature is not supported out of the box by Metro, the default bundler. However, on the web, this has been very popular and standardized into the Module Federation. Module Federation is available in WebPack and RSPack.
Meet RePack – Callstack’s library that brings the power of these two into React Native.