You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -588,8 +588,7 @@ No in that it enforces a _structure_ so that we can do more advanced things like
588
588
- Automatic code splitting
589
589
590
590
In addition, Next.js provides two built-in features that are critical for every single website:
591
-
- Routing with lazy component loading: `
592
-
>` (by importing `next/link`)
591
+
- Routing with lazy component loading: `<Link>` (by importing `next/link`)
593
592
- A way for components to alter `<head>`: `<Head>` (by importing `next/head`)
594
593
595
594
If you want to create re-usable React components that you can embed in your Next.js app or other React applications, using `create-react-app` is a great idea. You can later `import` it and keep your codebase clean!
0 commit comments