I felt the same way! But I came around. Take a look at the source code for a component [1]. The .astro format is pretty much just TS, CSS, and HTML. I don't even need React anymore. Way less glue code and dependencies than with Gatsby. There is a configuration file and some abstractions for things like collections, but almost everything is opt-in.[1] https://github.com/jwngr/jwn.gr/blob/master/src/components/b...
dimitrisnl|1 year ago
cpursley|1 year ago