diff --git a/docs/pages/router/static-rendering/async-routes.mdx b/docs/pages/router/static-rendering/async-routes.mdx index 4e473b04a042e9..abeb2947c9023a 100644 --- a/docs/pages/router/static-rendering/async-routes.mdx +++ b/docs/pages/router/static-rendering/async-routes.mdx @@ -1,19 +1,20 @@ --- title: Async routes -description: Learn how to load routes asynchronously when using Expo Router. +description: Learn how to speed up development with async bundling in Expo Router. --- import { Terminal } from '~/ui/components/Snippet'; +import Video from '~/components/plugins/Video'; -> **warning** This guide requires `expo@49.0.0-alpha.3` or above. Everything listed here is still experimental. You may need to use [Expo CLI on `main`](https://github.com/expo/expo/tree/main/packages/%40expo/cli#contributing) to use these features. +> This guide requires `expo@49.0.0-alpha.3` or higher and `metro@0.76.3` — everything listed here is still experimental. To use these features, you may need to [use Expo CLI on `main`](https://github.com/expo/expo/tree/main/packages/%40expo/cli#contributing). -> Metro Bundler has a special development-only bundle splitting feature which can be used to defer bundling unused code until it is needed. This system was developed at Meta for incrementally developing the Facebook app at scale. However, it is rarely seen outside of Meta as it requires specialized setup and routing architecture. +