-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Inject __loadBundleAsync global in development #36808
Conversation
This pull request was exported from Phabricator. Differential Revision: D43600052 |
Base commit: 4fdad9e |
6e51fc4
to
700a9ed
Compare
This pull request was exported from Phabricator. Differential Revision: D43600052 |
Summary: Pull Request resolved: facebook#36808 Changelog: [General][Added] [1/n] Support lazy bundling in development Implements part of the [lazy bundling RFC](https://github.com/react-native-community/discussions-and-proposals/blob/main/proposals/0605-lazy-bundling.md#__loadbundleasync-in-react-native): > In development builds, React Native will provide an implementation of `__loadBundleAsync` that fetches a bundle URL from the currently connected Metro server, integrates with Fast Refresh and LogBox, and provides feedback to the developer on the progress of loading a bundle. NOTE: This implementation of `__loadBundleAsync` is currently unused in OSS, pending a handful of changes to Metro and React Native that have not landed yet. The plan is to land everything in time for React Native 0.73. Reviewed By: robhogan Differential Revision: D43600052 fbshipit-source-id: 5aa1905478bd14ecc834dd80845a8a68247256fa
This pull request was exported from Phabricator. Differential Revision: D43600052 |
Summary: Pull Request resolved: facebook#36808 Changelog: [General][Added] [1/n] Support lazy bundling in development Implements part of the [lazy bundling RFC](https://github.com/react-native-community/discussions-and-proposals/blob/main/proposals/0605-lazy-bundling.md#__loadbundleasync-in-react-native): > In development builds, React Native will provide an implementation of `__loadBundleAsync` that fetches a bundle URL from the currently connected Metro server, integrates with Fast Refresh and LogBox, and provides feedback to the developer on the progress of loading a bundle. NOTE: This implementation of `__loadBundleAsync` is currently unused in OSS, pending a handful of changes to Metro and React Native that have not landed yet. The plan is to land everything in time for React Native 0.73. Reviewed By: robhogan Differential Revision: D43600052 fbshipit-source-id: 3c25031c45bc3a582943fe0c33b5d23e0258322c
700a9ed
to
633b9f3
Compare
This pull request was exported from Phabricator. Differential Revision: D43600052 |
Summary: Pull Request resolved: facebook#36808 Changelog: [General][Added] [1/n] Support lazy bundling in development Implements part of the [lazy bundling RFC](https://github.com/react-native-community/discussions-and-proposals/blob/main/proposals/0605-lazy-bundling.md#__loadbundleasync-in-react-native): > In development builds, React Native will provide an implementation of `__loadBundleAsync` that fetches a bundle URL from the currently connected Metro server, integrates with Fast Refresh and LogBox, and provides feedback to the developer on the progress of loading a bundle. NOTE: This implementation of `__loadBundleAsync` is currently unused in OSS, pending a handful of changes to Metro and React Native that have not landed yet. The plan is to land everything in time for React Native 0.73. Reviewed By: robhogan Differential Revision: D43600052 fbshipit-source-id: a085b59e90b3889b25e247453c4b0692ad130692
633b9f3
to
b2288a8
Compare
This pull request was exported from Phabricator. Differential Revision: D43600052 |
b2288a8
to
71d8eb3
Compare
Summary: Pull Request resolved: facebook#36808 Changelog: [General][Added] [1/n] Support lazy bundling in development Implements part of the [lazy bundling RFC](https://github.com/react-native-community/discussions-and-proposals/blob/main/proposals/0605-lazy-bundling.md#__loadbundleasync-in-react-native): > In development builds, React Native will provide an implementation of `__loadBundleAsync` that fetches a bundle URL from the currently connected Metro server, integrates with Fast Refresh and LogBox, and provides feedback to the developer on the progress of loading a bundle. NOTE: This implementation of `__loadBundleAsync` is currently unused in OSS, pending a handful of changes to Metro and React Native that have not landed yet. The plan is to land everything in time for React Native 0.73. Reviewed By: robhogan Differential Revision: D43600052 fbshipit-source-id: 212958cf5d39eae3c749331b89a26081fa981739
This pull request was exported from Phabricator. Differential Revision: D43600052 |
Summary: Pull Request resolved: facebook#36808 Changelog: [General][Added] [1/n] Support lazy bundling in development Implements part of the [lazy bundling RFC](https://github.com/react-native-community/discussions-and-proposals/blob/main/proposals/0605-lazy-bundling.md#__loadbundleasync-in-react-native): > In development builds, React Native will provide an implementation of `__loadBundleAsync` that fetches a bundle URL from the currently connected Metro server, integrates with Fast Refresh and LogBox, and provides feedback to the developer on the progress of loading a bundle. NOTE: This implementation of `__loadBundleAsync` is currently unused in OSS, pending a handful of changes to Metro and React Native that have not landed yet. The plan is to land everything in time for React Native 0.73. Reviewed By: robhogan Differential Revision: D43600052 fbshipit-source-id: f69a9df9e32eeef837905358cfc2f519dd1ce048
71d8eb3
to
275e443
Compare
Summary: Pull Request resolved: facebook#36808 Changelog: [General][Added] [1/n] Support lazy bundling in development Implements part of the [lazy bundling RFC](https://github.com/react-native-community/discussions-and-proposals/blob/main/proposals/0605-lazy-bundling.md#__loadbundleasync-in-react-native): > In development builds, React Native will provide an implementation of `__loadBundleAsync` that fetches a bundle URL from the currently connected Metro server, integrates with Fast Refresh and LogBox, and provides feedback to the developer on the progress of loading a bundle. NOTE: This implementation of `__loadBundleAsync` is currently unused in OSS, pending a handful of changes to Metro and React Native that have not landed yet. The plan is to land everything in time for React Native 0.73. Reviewed By: robhogan Differential Revision: D43600052 fbshipit-source-id: 440172c169742fba23c3d44cc120dfefb3a6df3c
This pull request was exported from Phabricator. Differential Revision: D43600052 |
275e443
to
1a9f046
Compare
This pull request has been merged in 799b0f4. |
Summary: Pull Request resolved: facebook#36808 Changelog: [General][Added] [1/n] Support lazy bundling in development Implements part of the [lazy bundling RFC](https://github.com/react-native-community/discussions-and-proposals/blob/main/proposals/0605-lazy-bundling.md#__loadbundleasync-in-react-native): > In development builds, React Native will provide an implementation of `__loadBundleAsync` that fetches a bundle URL from the currently connected Metro server, integrates with Fast Refresh and LogBox, and provides feedback to the developer on the progress of loading a bundle. NOTE: This implementation of `__loadBundleAsync` is currently unused in OSS, pending a handful of changes to Metro and React Native that have not landed yet. The plan is to land everything in time for React Native 0.73. Reviewed By: robhogan Differential Revision: D43600052 fbshipit-source-id: 9342d5894eaf4b90b30598148bd55b0c956a8b08
Summary: Pull Request resolved: facebook#36808 Changelog: [General][Added] [1/n] Support lazy bundling in development Implements part of the [lazy bundling RFC](https://github.com/react-native-community/discussions-and-proposals/blob/main/proposals/0605-lazy-bundling.md#__loadbundleasync-in-react-native): > In development builds, React Native will provide an implementation of `__loadBundleAsync` that fetches a bundle URL from the currently connected Metro server, integrates with Fast Refresh and LogBox, and provides feedback to the developer on the progress of loading a bundle. NOTE: This implementation of `__loadBundleAsync` is currently unused in OSS, pending a handful of changes to Metro and React Native that have not landed yet. The plan is to land everything in time for React Native 0.73. Reviewed By: robhogan Differential Revision: D43600052 fbshipit-source-id: 9342d5894eaf4b90b30598148bd55b0c956a8b08
Summary:
Changelog: [General][Added] [1/n] Support lazy bundling in development
Implements part of the lazy bundling RFC:
NOTE: This implementation of
__loadBundleAsync
is currently unused in OSS, pending a handful of changes to Metro and React Native that have not landed yet. The plan is to land everything in time for React Native 0.73.Reviewed By: robhogan
Differential Revision: D43600052