Hacker News new | ask | show | jobs
by brandonaaron 902 days ago
I recently rebooted my personal site initially with 11ty and then with Astro. I’m really enjoying the Astro experience. I ended up using swup for transitions instead of what Astro provides due to some odd behaviors around remounting my custom elements.

My site is primarily static generated but I did use the node integration to expose a couple of dynamic endpoints. I put caddy server in front of it and host it on railway.

One thing I found lacking was the eslint experience for the astro components. There is a community eslint plugin but I could not get it working well for my setup. Hoping to find some time in the future to dig more into that.