#We have a NextJS setup, how do we slowly transition to Astro?

5 messages · Page 1 of 1 (latest)

low frigate
#

Our website is very content-heavy. I'm very interested how Astro can give us some performance upgrades. Let me know some steps on how to achieve the transition.

void flame
#

you can start here https://docs.astro.build/en/guides/migrate-to-astro/ thereis even a Next.js section
A successfull Astro port can be done by someone good in Astro, so take time to learn it, satrt here https://docs.astro.build/en/tutorial/0-introduction/
for inspiration, see community Themes (most have source code and are free) https://astro.build/themes/
I'm myself learning Astro for fun and have my own examples of usage patterns here https://github.com/MicroWebStacks/astro-examples
caution only if you need to scale > 50 k md pages, otherwise you're good

#

will you target SSR, SSG, Serverless ? Any special deployment host ?

low frigate
#

SSR, we deploy on AWS, with nginx and cloudflare for caching

void flame
#

cool, node adapter then probably.
If you have issues, just post.