Add resources for SPA and Server Actions in Next.js

* added video resource

* updated SPA resource
This commit is contained in:
Dr. Lloyd
2025-10-20 06:57:50 +00:00
committed by GitHub
parent 85d1888853
commit 9f7d2e5290

View File

@@ -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)