A couple of good posts about Svelte, a visually appealing JavaScript playground, VitePress, and a good overview of DevTools. Also, CSS has a few interesting reads about Units, animations, and the framework Bulma 1.0, which I didn’t know anything about.
https://www.lydiahallie.com/blog/promise-execution
VitePress is built on top of Vite and Vue. It is a Static Site Generator (SSG) that takes Markdown, applies a theme and generates static HTML.
https://blog.vuejs.org/posts/vitepress-1.0
It looks like HTMX won’t go away, and developers love it. Definitely, there is a use case for HTMX.
https://blog.platformatic.dev/building-a-micro-htmx-ssr-framework
As a Svelte hobbyist, I agree with this post!
“Svelte is way more fun to code than React, though I think it’s going to become even more fun when Svelte 5 is released”.
https://dusty.phillips.codes/2024/03/20/we-rewrote-our-react-app-in-svelte-in-three-weeks/
This is the first post in the series, starting with Svelte.
https://itnext.io/frontend-development-beyond-react-svelte-1-3-f47eda22cba5
https://frontendmasters.com/blog/devtools-tips-tricks/
CSS framework. No JavaScript is needed, and it is easy to start and use it.
Josh Comeau wrote another excellent article. There is also a fantastic demo with a 3D shooter done with CSS and HTML.
https://www.joshwcomeau.com/react/folding-the-dom/
https://techhub.iodigital.com/articles/going-beyond-pixels-and-rems-in-css/absolute-length-units
Speaking about units, here is a good overview of vh, dvh, lvh and svh units.
https://frontendmasters.com/blog/creating-wavy-circles-with-fancy-animations/
https://www.shvarcs.com/thoughts/2d-3d-animations-with-css/
This is a UX article, but I find it very valuable. It has good examples of form usage, select boxes, viewports, keyboards, etc.
https://www.smashingmagazine.com/2024/04/things-users-would-appreciate-mobile-apps/
https://evilmartians.com/chronicles/why-should-developers-write-3-reasons-and-3-common-blocks
Comment on Mastodon