Yeah I end up using Gatsby for projects like documentation, or blogs, where there's a significant amount of static content.
It's not feasible for something like a community (like Dev.to), since you'd be re-building every time someone makes a small post/comment, or reading off an API client-side (thus not benefiting from SSR).
We're a place where coders share, stay up-to-date and grow their careers.
Yeah I end up using Gatsby for projects like documentation, or blogs, where there's a significant amount of static content.
It's not feasible for something like a community (like Dev.to), since you'd be re-building every time someone makes a small post/comment, or reading off an API client-side (thus not benefiting from SSR).