Skip to content

Commit 19cca48

Browse files
Delete Next.js Examples (#4308)
* Delete Next.js Examples retain ssr and csr samples only. * Delete Next.js Examples retain ssr and csr samples only.
1 parent 49c1a3a commit 19cca48

File tree

176 files changed

+3980
-7343
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+3980
-7343
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

nested/package.json renamed to nested-remote/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "nested",
2+
"name": "nested-remotes",
33
"description": "Demonstration of loading nested remote components: 'app1' (host) async loads 'ButtonContainer' from 'app2', which in turn async loads 'Button' from 'app3'.",
44
"private": true,
55
"version": "0.0.0",
File renamed without changes.

nextjs-v14/README.md renamed to nextjs-csr/README.md

+4
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

nextjs-v14/package.json renamed to nextjs-csr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "nextjs-v14",
2+
"name": "nextjs-csr",
33
"private": true,
44
"description": "Next.js 14 Example",
55
"workspaces": [
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

nextjs-dynamic-ssr/README.md

+4

nextjs-react/README.md renamed to nextjs-host-react-remote/README.md

+4

nextjs-react/package.json renamed to nextjs-host-react-remote/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "nextjs-react",
2+
"name": "nextjs-host-react-remote",
33
"version": "1.0.0",
44
"description": "Module Federation with NextJS and Client-Side React Remotes",
55
"private": true,

nextjs-ssr-react-query/.vscode/extensions.json

-8
This file was deleted.

nextjs-ssr-react-query/README.md

+4

nextjs-ssr/README.md

+5-1

nextjs-v12/README.md

-74
This file was deleted.

nextjs-v12/checkout/next.config.js

-29
This file was deleted.

nextjs-v12/checkout/package.json

-17
This file was deleted.

nextjs-v12/checkout/pages/[...slug].js

-3
This file was deleted.

nextjs-v12/checkout/pages/_app.js

-20
This file was deleted.

nextjs-v12/checkout/pages/index.js

-4
This file was deleted.

nextjs-v12/e2e/checkNextJSv12Apps.cy.ts

-117
This file was deleted.

nextjs-v12/home/.babelrc

-4
This file was deleted.

0 commit comments

Comments
 (0)