Goals
- Hard renders handled on the server (this is SSR)
- Have dynamic OG tags for SEO
- Serverful deploys
- Cell SSR (potential goal)
Assumptions
- we are not doing render modes as part of this project
- we have separate FE and BE servers - but idempotent deploys are a provider problem, not a framework problem
Plan of attack
Needed for release
ESM Support
https://www.notion.so/redwoodjs/Full-ESM-c1955cf0e33449e4a8e5b76f906eb872?pvs=4 is needed because otherwise user’s projects will not have SSR
✅ Suspense Router