Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Splitting with React Native #3

Open
1 task done
karanjthakkar opened this issue Aug 5, 2019 · 0 comments
Open
1 task done

Code Splitting with React Native #3

karanjthakkar opened this issue Aug 5, 2019 · 0 comments
Labels

Comments

@karanjthakkar
Copy link

Title

Code Splitting with React Native

Abstract

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 in terms of underlying implementation, performance, startup time, etc.
  • Code Splitting
    • Comparison to traditional bundling techniques
    • Explanation of all the different parts needed to make this work:
      • Metro support
      • Native Modules for bridging
      • RCTCxxBridge for lazy JS injection
    • Live/Recorded Demo
  • Conclusion
    • Advantages
    • Drawbacks
    • Future

Note: This talk is a reformed version of my experiment discussed in this blog: https://medium.com/react-native-training/lazy-bundle-loading-in-react-native-5f717b65482a

Your name (and pronouns)

Karan Thakkar (he/him)

Contact Details

https://twitter.com/geekykaran

  • I need sponsorship
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant