#We have a NextJS setup, how do we slowly transition to Astro?
5 messages · Page 1 of 1 (latest)
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 ?
SSR, we deploy on AWS, with nginx and cloudflare for caching
cool, node adapter then probably.
If you have issues, just post.