I'm looking at the Astro tutorial— two minor questions—
- Do I understand correctly I'm allowed to eschew .astro files completely and specify everything via JSX?
- It says you can "integrate your favorite framework", and lists React, Vue, Preact, "Svete" and "Solid". I like Preact, I like React, and I know I'm not interested in Vue. Is it worth it to find out what "Svete" and "Solid" are?
- Can Astro be run in a "no framework" mode (IE: JSX becomes HTML on server side, no JS on client side)?