What’s on the Horizon for UI and JS?
Things my teammates and I are watching.

Things my teammates and I are watching.
I contributed to the viget.com article What’s on the Horizon for UI and JS?. Check it out!
Right now I'm particularly interested in
- DDEV
- nx
- petite-vue
- Qwik
- Reef
- Rome
- Storybook v7
- SvelteKit
- Turborepo
- UnoCSS
- Vite
- Vitest
- WebC including in Eleventy
Keep Reading
Adding Safari 14 Support To Tailwind's Aspect Ratio

Tailwind CSS's aspect ratio plugin relies on the aspect-ratio
CSS property, which Safari 13 and 14 don't support. Use this plugin to add support!
Automating build/deploy CI/CD with GitHub Actions

Use GitHub Actions to build every branch and to deploy the trunk when it builds successfully. I give an example of a Node site deployed via FTP, with workflows that can be adapted to your needs.