Eh, depending on the amount of content on the page astro + react is fine. Astro lets you output everything as static html so it doesn’t hurt your page scores
I find that there is a context switching cost going from react to vanilla html/js/css. So i just default to react on everything.
I find that there is a context switching cost going from react to vanilla html/js/css. So i just default to react on everything.