How to pass data to frontend? #195
|
Hello. I am using Next.js 13 (app directories in beta) and have trouble passing the pricing data from the backend to the client side. I'm having the real-time chart data run in a server component, but I'm having trouble passing the data from the I'm planning just to store the real-time data in a database to combat this issue, but are there any other ways to combat this issue, not relying on a database? Thanks. |
Answered by
Mathieu2301
May 2, 2023
Replies: 1 comment
|
This question is not related to this GitHub repository but to NextJS. You should use websockets to pass realtime data. |
0 replies
Answer selected by
Mathieu2301
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This question is not related to this GitHub repository but to NextJS. You should use websockets to pass realtime data.