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. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This question is not related to this GitHub repository but to NextJS. You should use websockets to pass realtime data. |
Beta Was this translation helpful? Give feedback.
This question is not related to this GitHub repository but to NextJS. You should use websockets to pass realtime data.