Skip to content

Commit b54d869

Browse files
authored
Add tutorial link
1 parent 3b7d620 commit b54d869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react/next.js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Next.js and TalkJS example
22

3-
This is a minimal example that demonstrates how to integrate TalkJS into a Next.js project using our [React SDK](https://talkjs.com/docs/Reference/React_SDK/Installation/).
3+
This example accompanies our [Add chat to a Next.js app with TalkJS](https://talkjs.com/resources/add-chat-to-a-nextjs-app-with-talkjs/) tutorial. It demonstrates how to integrate TalkJS into a Next.js project using our [React SDK](https://talkjs.com/docs/Reference/React_SDK/Installation/).
44

55
The React SDK is not able to render components on the server, so we use Next.js's [Client Components](https://nextjs.org/docs/app/building-your-application/rendering/client-components) to render them on the client.
66

0 commit comments

Comments
 (0)