Needs advice
on
GatsbyGatsbyNext.jsNext.js
and
Nuxt.jsNuxt.js

I am trying to build a specific field web community (mainly for hobbyists) that is somehow required:

  • content posting
  • user commenting
  • topic & user following/liking/disliking
  • event posting (users can participate)
  • etc

I am considering using Strapi as the CMS backend. What would be the best practice for the front-end?

READ LESS
7 upvotes·208.1K views
Replies (3)
Senior Architect at Mindtree Ltd·
Recommends
on
Gatsby
Next.js

If your CMS frontend web application is mere information showing role then Gatsby is best in class static HTML exporter which is performant till edge. While NextJS provides you flexibility of both Static & Server Side renderings, for ex., you may start with Static website but your ambitions embolden to have eCommerce web where you need server side routes etc., where NextJS can be converted very easily to Server side from static Export.

READ MORE
6 upvotes·1.5K views
View all (3)
Avatar of Yuzhang Huang