Skip to content

Commit

Permalink
Add tutorial link
Browse files Browse the repository at this point in the history
  • Loading branch information
keerlu authored Dec 4, 2024
1 parent 3b7d620 commit b54d869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/next.js/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Next.js and TalkJS example

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/).
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/).

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.

Expand Down

0 comments on commit b54d869

Please sign in to comment.