Components
Source URL: https://nextjs.org/docs/app/api-reference/components
Components
Section titled “Components”- Font
- Optimizing loading web fonts with the built-in
next/fontloaders.
- Optimizing loading web fonts with the built-in
- Form Component
- Learn how to use the
<Form>component to handle form submissions and search params updates with client-side navigation.
- Learn how to use the
- Image Component
- Optimize Images in your Next.js Application using the built-in
next/imageComponent.
- Optimize Images in your Next.js Application using the built-in
- Link Component
- Enable fast client-side navigation with the built-in
next/linkcomponent.
- Enable fast client-side navigation with the built-in
- Script Component
- Optimize third-party scripts in your Next.js application using the built-in
next/scriptComponent.
- Optimize third-party scripts in your Next.js application using the built-in