I'm learning Astro and compare it with Remix. I have a react component which I use in both apps, same component with minimal adjustments. Single page, single component/island.
In Remix my js bundle is 78kb, while in astro its 150kb. I know it depends, but is that expected that size of bundle is such different? I would expect Astro to always be smaller, is there some optimization in Astro which I need to look at?
Thanks!