routbisu / portfolio

New web developer portfolio
MIT License
0 stars 0 forks source link

POC: Move from Gatsby to a better framework #7

Open routbisu opened 1 year ago

routbisu commented 1 year ago

It's finally time to move away from Gatsby. Gatsby is now not the best choice for static site generation. The alternatives are Next.js SSG, Astro etc.

Explore which is the best React based framework to build and deploy the blog and then build a POC.

Alternatives to Gatsby (React based):

routbisu commented 1 year ago

Among all choices, Astro has the best performance. Also, it really works well with markdown which is intended to be used in the blog CMS.