Skip to content

Delete Next.js Examples #4308

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 5, 2024
Merged
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
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.
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.
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.
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
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
Loading