Completed
Example: E-Learning application
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Code Splitting in React Native
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is Code Splitting?
- 3 What is a bundle?
- 4 Code Splitting Project's compled source code, dependencies and
- 5 What Code Splitting can it be used for?
- 6 Super apps / Mini-app stores
- 7 Modular applications
- 8 Example: E-Learning application
- 9 Example: Companion application
- 10 Natively on Android
- 11 Natively on ios
- 12 WebViews
- 13 React Native with Metro
- 14 React Native with Webpack and Re.Pack
- 15 Approaches
- 16 Async chunks
- 17 Dynamic script
- 18 Is Module Federation available in Re.Pack?
- 19 The state of Code Splitting in Re.Pack
- 20 The missing bits Chunk signing and verification