ably-js icon indicating copy to clipboard operation
ably-js copied to clipboard

nextjs 15 correct implementation

Open alexanderPastornicky opened this issue 9 months ago • 1 comments

Hi, there are multiple issues related to nextjs integration, SSR / multiple connections opened etc. Is there some "stable" docs how to integrate it correctly?

┆Issue is synchronized with this Jira Task by Unito

alexanderPastornicky avatar Mar 22 '25 20:03 alexanderPastornicky

Hey @alexanderPastornicky,

Thanks for reporting this! Right now, there isn’t a dedicated section in the website docs specifically for Next.js. However, we have several sections in the in-repo documentation that you may find useful: • Next.js with App Router and TurbopackNext.js warnings

Additionally, if you’re planning to use React hooks, you may find some useful notes in the documentation. Specifically, you should ensure they are not server-side rendered to avoid issues.

Let me know if you need any further clarification!

Next.js is one of the ecosystems where we want to improve the developer experience. If you have any ideas on how we can enhance the visibility of Next.js documentation or suggestions for useful features, feel free to share them.

ttypic avatar Mar 26 '25 13:03 ttypic