Skip to content

Commit cecc48f

Browse files
authored
docs: update reference link in lazy-loading (#7624)
1 parent 6f4cae6 commit cecc48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/guides/lazy-loading.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ index.bundle.js 548 kB 1 [emitted] [big] index
104104

105105
Many frameworks and libraries have their own recommendations on how this should be accomplished within their methodologies. Here are a few examples:
106106

107-
- React: [Code Splitting and Lazy Loading](https://reactjs.org/docs/code-splitting.html)
107+
- React: [Code Splitting and Lazy Loading](https://react.dev/learn/build-a-react-app-from-scratch#code-splitting)
108108
- Vue: [Dynamic Imports in Vue.js for better performance](https://vuedose.tips/tips/dynamic-imports-in-vue-js-for-better-performance/)
109109
- 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)

0 commit comments

Comments
 (0)