-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
Investigate and come up with purpose solution for performance issues we are currently seeing with Astro. Performance issues are around page and tab transitions. There are also issues that were found when doing tab navigation:
Possible solutions include:
- Server side rendering for react islands and custom view transitions. #165
- Using an alternative router for the navigation portion of Astro (https://logsnag.com/blog/react-spa-with-astro)
- Updating the legacy home grown framework
- Instead of using react components use Astro only for the page components and tabs
By the end of this spike we should have a solution with a PoC demonstrating the performance improvements if we are continuing to use Astro. Otherwise we should have a plan in place with how we should update our existing home grown framework to modernize it reducing the pain points and allow the team to upgrade the current dependencies.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress