React & Vue in the same app using Astro

Chetan Raj
JavaScript in Plain English
3 min readSep 17, 2021

--

Yes, it’s possible, with Astro and ship 🚀 with less code.

Photo by Graham Holtshausen on Unsplash

Astro is a new JavaScript bundler in the market. It follows the Bring Your Own Framework (BYOF) strategy and loads the components on-demand. Astro is still in the Beta version (v0.19). They’re planning for a v1.0.0 release later this year. Keep an eye 👀 out.

# create a new project  

--

--