Conclusion

The table below shows an overview of how well the frameworks scored for each of the criteria. Totals are calculated by taking the sum of the scores multiplied by the respective weight factor.

CriterionWeightNext.jsGatsbyNuxtMeteorAstroRemix
Target use5515525
Client-side interactivitiy5555435
Data transmission5423524
Server-side rendering3525255
TypeScript support3555355
Local deployment2515345
Ease of use3334254
Community3534323
Total1348112910694131

Based on these results, Next.js comes out on top. However, due to the small margins, Nuxt and Remix should also be considered as serious options for continuing development with.

An important difference between these three options is the client framework they are based on: Next.js and Remix use React, while Nuxt uses Vue. Of these two, React remains the most popular1. In addition, I have some limited, but good experience with the framework, which makes me prefer Next.js and Remix over Nuxt.

Although Remix puts a large emphasis on developer experience and being easy to use, the popularity and larger community make me choose Next.js as the framework to develop the Photo Gallery with. Besides making it easier to find solutions to any problems I might encounter, the widespread adoption of Next.js ultimately makes it a more useful skill to have.