Code Splitting with React Native
reactweek.nyc @reactweek
Karan Thakkar - Code Splitting with React Native | React Week NY ‘19 The idea behind this talk is to go through the existing landscape of bundling techniques for React Native, followed by a detailed introduction to an alternative idea of code splitting that I have worked on.
General Outline:
Introduction
Who am I
What do I do
Overview of the talk
Current techniques
Short intro of Regular and RAM bundles and how they are loaded
Differences between each …