Replies: 2 comments 2 replies
-
Your approach still works, you can use |
Beta Was this translation helpful? Give feedback.
0 replies
-
For vercel.com/dashboard we use https://swr.now.sh for dynamic data. |
Beta Was this translation helpful? Give feedback.
2 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 all, I am developing a PWA to display live user wise data like list of their services or orders (data that changes every minute).
So, what is the best way to call the API, using getStaticProps or getServersideProps or calling API directly from the client-side?
Before I use to use getInitialProps which calls API on server fro first render and from client-side on revisits. Now how to adopt the same?
Beta Was this translation helpful? Give feedback.
All reactions