Replies: 1 comment
-
SWR has a |
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 folks,
Basically what I want to do is build a dashboard. I want to statically generate the placeholder content, and then on the client side hydrate it with actual data from a graphql server. Eventually authentication will be added. (So basically the Zeit dashboard approach, if I'm correct).
At the moment I'm playing with SWR which seems to do the job. But of course I also want to do mutations, and a lot of articles out there suggest Apollo is a better fit for that task.
So I started looking through the Apollo examples, but I believe none of them are up to date yet with the new getStaticProps/getServerSideProps (#11014).
So at the moment I'm wondering 2 things:
If somebody could point me to, or give, some reading material that would be great!
Beta Was this translation helpful? Give feedback.
All reactions