Replies: 1 comment 1 reply
-
@uchar
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently using SSG with the new next.js
revalidate
feature for making a question/answer forumIt works fine but the problem is when the user answers a new question and refreshes the page, his answer doesn't load until his specified time expires. so I need a way to revalidate page on some user actions.
Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions