Prebuild React and React-Native dependencies
See original GitHub issueIn order to improve build times we could extract react and react-native depdencies into DLL and provide a way for user to add their own depednecies to this bundle. However, this solution will split code into 2 files, so unless there’s an option to load multiple filesin RN app, we can’t benefit from it.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Using Libraries - React Native
This guide introduces React Native developers to finding, installing, and using third-party libraries in their apps.
Read more >React Native component libraries you should know
Find some of the best React Native component libraries that offer quality support for iOS and Android and balance excellent DX and UX....
Read more >15+ React Native Component Libraries You Should Know in ...
This post features a collection of the best React Native component libraries that you can use readily while creating UIs for mobile apps....
Read more >21 Best React Native Component Libraries (2022)
Get to Know 21 Best React Native Component Libraries | 1.NativeBase | 2. Argon UI Kit | 3. React Native Camera | 4....
Read more >react-native - npm
React makes it painless to create interactive UIs. Declarative views make your code more predictable and easier to debug. Component-Based. Build ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

+1
There’s an ongoing effort to bring multi-bundle support to RN and Haul already allows to generate multiple bunndles, so this issue is irrelevant. Once we get to more usable state, the docs will have more info on the topic.