Replies: 1 comment
-
Check this out https://react-bluesky-embed.vercel.app/react/next#manual-data-fetching also try using fetch directly https://github.com/hichemfantar/react-bluesky-embed/blob/main/packages/bluesky-embed-core/src/api/fetch-postThread.ts getPostThread code https://github.com/hichemfantar/react-bluesky-embed/blob/main/packages/bluesky-embed-core/src/api/get-postThread.ts |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Thanks for the great project.
I am trying to use this in Nextjs app.
Do you need to enable caching if using it on client side? If so, do you have an example? I guess I can use tanstack query as I alreadty use it.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions