Pre-work for migrating to a fullstack framework #3141
mariojsnunes
started this conversation in
Ideas
Replies: 1 comment
-
Thanks for the suggestion @mariojsnunes, this sounds reasonable to me but I think we are still lacking some internal alignment on how/when to prioritise this work. Which is why there has been relatively little movement on #1646 I have done some experimentation targeting Cloud Run as a target for offloading requests: Specifically here is a sketch with Astro's API endpoints. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We should discuss the steps to migrate to a fullstack framework which is being decided here #1646.
Since the pages will be server-side rendered, most scenarios won't use a frontend store/cache.
This is important because most of the current code uses stores.
What I think needs to happen:
This is a big change, but can be done gradually.
I could start working on this (for the questions module?), but would like to hear your thoughts first.
Beta Was this translation helpful? Give feedback.
All reactions