Replies: 1 comment
-
By The entire point of |
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, I want to render simple html page(SSR) for changing user password in Apollo-server, without Apollo-client.
I found some ways to do this.
1, using apollo-server-express, and add middleware regarding view engine setting
--> but I want to use apollo-server lib.
2, with nextjs
--> but it become too heavy, just for a html page..
is there any nice solution to do this??...
Thanks
Beta Was this translation helpful? Give feedback.
All reactions