Next.js Discord

Discord Forum

Charts for App directory

Answered
Large garden bumble bee posted this in #help-forum
Open in Discord
Large garden bumble beeOP
Hey everyone,
Does anybody know any npm package that is compatible with the app directory.
By compatible i mean a package that already has "use client" on all the right places where it is needed.
Answered by fuma
As I know, there are no any existing packages that work on Next.js App Router out-of-box.
It's so simple to add "use client" so it probably won't be added by default, I'm currently using [recharts](https://recharts.org).
View full answer

1 Reply

As I know, there are no any existing packages that work on Next.js App Router out-of-box.
It's so simple to add "use client" so it probably won't be added by default, I'm currently using [recharts](https://recharts.org).
Answer