Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ A Single-Page Application (SPA) is a web application that loads a single HTML pa
Visit the following resources to learn more:

- [@official@https://nextjs.org/docs/app/guides/single-page-applications](https://nextjs.org/docs/app/guides/single-page-applications)
- [@article@Single-page application](https://en.wikipedia.org/wiki/Single-page_application)
- [@article@Single-page application](https://en.wikipedia.org/wiki/Single-page_application)
- [@article@Building Single-Page Applications (SPAs) with React and Next.js](https://medium.com/@blog.iroidsolutions/building-single-page-applications-spas-with-react-and-next-js-c8e02d806145)
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ Next.js provides various approaches and techniques to store and display video fi

Visit the following resources to learn more:

- [@official@How to use and optimize videos](https://nextjs.org/docs/app/guides/videos)
- [@official@How to use and optimize videos](https://nextjs.org/docs/app/guides/videos)
- [@video@Add high-performance video to your Nextjs app](https://next-video.dev/docs)