#First Time Using Astro, and wanted to be sure before I start building.

3 messages · Page 1 of 1 (latest)

graceful spoke
#

Hello there @everyone, I had a quick question regarding astro and solid implementation.
If I have a pre-existing project that it just html,css, and vanilla js - is it better to build it out more as a solid app and incorporate astro or should I start with astro and incorporate solid with it from the start?
@warm geyser

dreamy streamBOT
#
No-one around right now?

It looks like no-one has responded to your question yet. People might not be available right now or don’t know how to answer your question. Want an answer while you wait? Try asking our experimental bot in #1095492539085230272.

steady bramble
#

Astro might be best served as the base and SolidJS components be the "sprinkle" of components/user interactions that require JavaScript.

The reverse ideology might be a complete SolidJS SPA or SolidStart app that has "Solid Components" with only html. No signals, no effects, just divs and vibes.