diff --git a/src/content/guides/lazy-loading.mdx b/src/content/guides/lazy-loading.mdx index acd98dfb7879..80c1efeeb2cf 100644 --- a/src/content/guides/lazy-loading.mdx +++ b/src/content/guides/lazy-loading.mdx @@ -104,6 +104,6 @@ index.bundle.js 548 kB 1 [emitted] [big] index Many frameworks and libraries have their own recommendations on how this should be accomplished within their methodologies. Here are a few examples: -- React: [Code Splitting and Lazy Loading](https://reactjs.org/docs/code-splitting.html) +- React: [Code Splitting and Lazy Loading](https://react.dev/learn/build-a-react-app-from-scratch#code-splitting) - Vue: [Dynamic Imports in Vue.js for better performance](https://vuedose.tips/tips/dynamic-imports-in-vue-js-for-better-performance/) - Angular: [Lazy Loading route configuration](https://angular.io/guide/router#milestone-6-asynchronous-routing) and [AngularJS + webpack = lazyLoad](https://medium.com/@var_bin/angularjs-webpack-lazyload-bb7977f390dd)