Would you build a discussion forum using Gatsby? #31989
Unanswered
cesarvarela
asked this question in
Help
Replies: 1 comment
-
It's probably a bad idea. The nature of a forum involves rapidly changing pages (both the "home page" and a "thread" are very fluid). Even if you were regenerating the pages rapidly, it would cause the client's to reload (so they wouldn't get a SPA experience). If it were me, I would look to do this in nextjs or something similar, it's just a better fit for that level of dynamic data. |
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'm wondering how a forum would work using Gatsby, I successfully used it to build a few websites, but this seems slightly different. Has someone done it? Are there any working examples? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions