Skip to content

Nextjs #3820

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Nextjs #3820

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
5 changes: 5 additions & 0 deletions .changeset/tall-suns-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'website-new': patch
---

updating deprecation status for nextjs
6 changes: 3 additions & 3 deletions apps/website-new/docs/en/guide/framework/nextjs.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { Badge } from '@theme';

<div style={{float:"right"}}><Badge text="App Router Not Supported" type="danger" /></div>
<div style={{float:"right"}}><Badge text="App Router Not Yet Supported" type="danger" /></div>

# Next.js

:::danger Project Deprecation
Support for Next.js is ending [read more](https://github.com/module-federation/core/issues/3153)
:::info Project Updates
Support for Next.js 15 is current marked as work in progress
:::

This plugin enables Module Federation on Next.js
Expand Down
4 changes: 2 additions & 2 deletions apps/website-new/docs/en/practice/frameworks/next/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ title: "Basic Example"

import {Steps, Tabs, Tab, Badge, SourceCode} from '@theme';

:::danger Project Deprecation
Support for Next.js is ending [read more](https://github.com/module-federation/core/issues/3153)
:::info Project Updates
Support for Next.js 15 is current marked as work in progress
:::

<span className="badge-info">
Expand Down
Loading