Replies: 2 comments
-
Astro is interesting and definitely an option to look into if we get performance issues with Next.js in the "future". However currently, there are not enough reasons to use it. Next.js is battle-tested, tightly integrated with Vercel where defaang is hosted, and most of our current contributors seem to be well versed with it. Astro is new which means there are more chances of running into issues that have not been already fixed. Then there is also the issue of managing the global state in Astro. Keeping all the things in mind I would suggest we let Astro become a little mature before making a move. |
Beta Was this translation helpful? Give feedback.
-
My conversation with @subhoghoshX on Discord: |
Beta Was this translation helpful? Give feedback.
-
Today I was reading a lot about Next.js, and in that process, I started learning about Astro.
It seems like Astro helps you make your website much more performant.
I'm actually now wondering if we should switch to Astro - which is a decision we should make soon while the project is in its earlier stage.
Any thoughts?
For more context:
UPDATE:
Based on @subhoghoshX and @iShibi's comments below, it seems like the right approach is to focus on the Next.js implementation right now.
If/when performance becomes an issue in the future, we can revisit it again.
Beta Was this translation helpful? Give feedback.
All reactions