Skip to content

Commit

Permalink
Delete Next.js Examples (#4308)
Browse files Browse the repository at this point in the history
* Delete Next.js Examples

retain ssr and csr samples only.

* Delete Next.js Examples

retain ssr and csr samples only.
  • Loading branch information
ScriptedAlchemy authored Nov 5, 2024
1 parent 49c1a3a commit 19cca48
Show file tree
Hide file tree
Showing 176 changed files with 3,980 additions and 7,343 deletions.
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.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion nested/package.json → nested-remote/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nested",
"name": "nested-remotes",
"description": "Demonstration of loading nested remote components: 'app1' (host) async loads 'ButtonContainer' from 'app2', which in turn async loads 'Button' from 'app3'.",
"private": true,
"version": "0.0.0",
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions nextjs-v14/README.md → nextjs-csr/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Support For Next.js is ending

https://github.com/module-federation/core/issues/3153

# Next.js 14 with Module Federation

Module Federation in Next.js depends on <a href="https://www.npmjs.com/package/@module-federation/nextjs-mf">@module-federation/nextjs-mf</a>
Expand Down
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.
2 changes: 1 addition & 1 deletion nextjs-v14/package.json → nextjs-csr/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nextjs-v14",
"name": "nextjs-csr",
"private": true,
"description": "Next.js 14 Example",
"workspaces": [
Expand Down
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.
4 changes: 4 additions & 0 deletions nextjs-dynamic-ssr/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Support For Next.js is ending

https://github.com/module-federation/core/issues/3153

# Next.js with Module Federation

## Getting Started
Expand Down
4 changes: 4 additions & 0 deletions nextjs-react/README.md → nextjs-host-react-remote/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Support For Next.js is ending

https://github.com/module-federation/core/issues/3153

# Module Federation with NextJS and Client Side React.

Module federation in NextJS depends on [@module-federation/nextjs-mf](https://www.npmjs.com/package/@module-federation/nextjs-mf).
Expand Down
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.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nextjs-react",
"name": "nextjs-host-react-remote",
"version": "1.0.0",
"description": "Module Federation with NextJS and Client-Side React Remotes",
"private": true,
Expand Down
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.
8 changes: 0 additions & 8 deletions nextjs-ssr-react-query/.vscode/extensions.json

This file was deleted.

4 changes: 4 additions & 0 deletions nextjs-ssr-react-query/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Support For Next.js is ending

https://github.com/module-federation/core/issues/3153

# Module Federation Next.js Data Fetching with Tanstack Query (react-query)

This is an advanced example of using Module Federation with Next.js and Tanstack Query (react-query) to use Next.js data fetching strategies.
Expand Down
6 changes: 5 additions & 1 deletion nextjs-ssr/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Next.js with Module Federation
# Support For Next.js is ending

https://github.com/module-federation/core/issues/3153

## Next.js with Module Federation

## Getting Started

Expand Down
74 changes: 0 additions & 74 deletions nextjs-v12/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions nextjs-v12/checkout/next.config.js

This file was deleted.

17 changes: 0 additions & 17 deletions nextjs-v12/checkout/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions nextjs-v12/checkout/pages/[...slug].js

This file was deleted.

20 changes: 0 additions & 20 deletions nextjs-v12/checkout/pages/_app.js

This file was deleted.

4 changes: 0 additions & 4 deletions nextjs-v12/checkout/pages/index.js

This file was deleted.

117 changes: 0 additions & 117 deletions nextjs-v12/e2e/checkNextJSv12Apps.cy.ts

This file was deleted.

4 changes: 0 additions & 4 deletions nextjs-v12/home/.babelrc

This file was deleted.

Loading

0 comments on commit 19cca48

Please sign in to comment.