Skip to content

Commit

Permalink
remove line about user data (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajwootto authored Jan 18, 2024
1 parent 41f3e8c commit 18f2657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sdk/client-side-sdks/nextjs/nextjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

# DevCycle Next.js SDK

The DevCycle Next.js SDK lets you easily integrate your Next.js web applications with DevCycle.
The DevCycle Next.js SDK lets you easily integrate your Next.js applications with DevCycle.

<CustomDocCardList items={useCurrentSidebarCategory().items} columnWidth={4} />

Expand All @@ -20,9 +20,9 @@ The SDK is available as a package on npm. It is also open source and can be view
## Features
- full support for App Router and server components
- keep server and client rendered content in sync with the same variable values
- keep user data for targeting rule evaluation private on the server
- realtime updates to variable values for both server and client components
- support for non-blocking variable state retrieval and streaming
- support for Suspense streaming rendering with non-blocking variable state retrieval
- support for static page rendering

## Limitations
- Minimum Next.js version: 14.0.5
Expand Down

1 comment on commit 18f2657

@vercel
Copy link

@vercel vercel bot commented on 18f2657 Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.