2024-01-17-Inspirations

What PWA Can Do Today
What PWA Can Do Today
A showcase of what is possible with Progressive Web Apps today.
·whatpwacando.today·
What PWA Can Do Today
2023 JavaScript Rising Stars
2023 JavaScript Rising Stars
A complete overview of the JavaScript landscape in 2023: trends about frontend, fullstack and Node.js frameworks, React and Vue.js ecosystems, build tools, state management...
·risingstars.js.org·
2023 JavaScript Rising Stars
The Top Accessibility Errors Found in 2023
The Top Accessibility Errors Found in 2023
Read about the 10 most common issues our teams discovered using both automated and manual testing in 2023.
·tpgi.com·
The Top Accessibility Errors Found in 2023
Is htmx Just Another JavaScript Framework?
Is htmx Just Another JavaScript Framework?
(...) While htmx can be used as a framework, it’s a framework that deviates far less from the web’s semantics than the JavaScript frameworks do, and will benefit from improvements in those semantics with no additional work from the user, thanks to the web’s excellent backwards compatibility guarantees. If you want to build a website that lasts for a long time, these qualities make htmx a substantially better bet than many of its contemporaries.
·htmx.org·
Is htmx Just Another JavaScript Framework?
HTMX Playground
HTMX Playground
HTMX Playground allows you to write code in a backend-like environment, running entirely inside the browser. You can define endpoints within server.js and render your own templates. It will run a mock server that intercepts outgoing requests from HTMX.
·lassebomh.github.io·
HTMX Playground
The AHA Stack
The AHA Stack
You could pick a complex SPA framework that reinvents everything and forces you to learn patterns and concepts that are completely made-up. Or, you can use the Web platform as it was intended. Adding some thin layers on top of it, to add those last bits we need in order to match the user experience that people expect us to be able to deliver. The end goal is to make our life easier, simpler, because using this stack you can learn the few concepts htmx and Alpine require in an afternoon, and then that’s it.
·ahastack.dev·
The AHA Stack
16 Lesser Known Accessibility Issues
16 Lesser Known Accessibility Issues
In this post Matt discusses 16 accessibility issues and solutions we've encountered while building a bi-lingual website application for a public sector organisation.
·toward.studio·
16 Lesser Known Accessibility Issues
Taking a closer look at @property in CSS
Taking a closer look at @property in CSS
With browser support for @property nearing completion, we delve into the technical aspects of this CSS feature. Explore inner workings and uncover benefits of @property, ready for production use.
·utilitybend.com·
Taking a closer look at @property in CSS
Reflow Red Flags
Reflow Red Flags
Reflow issues can be tricky to fix. Knowing what the usual suspects are is half the battle. TPGi's Doug Abrams highlights 4 red flags to watch out for. (...) Keep an eye out for these red flags. They can make the difference between meeting the letter of the guideline and actually being helpful to people with disabilities.
·tpgi.com·
Reflow Red Flags
CSS-based state management
CSS-based state management
The strength of this technique lies in its inheritence capabilities. You can easily provide some state to all descendant DOM nodes, while restricting access to ancestors. At any level, you can also override the state for a particular sub-tree. These kinds of things are quite difficult to do with just JavaScript.
·mayank.co·
CSS-based state management
The Popular Vote of Interop 2024
The Popular Vote of Interop 2024
Nice overview about the topics most likely being tackled in the Interop initiative in 2024
·frontendmasters.com·
The Popular Vote of Interop 2024
Let’s learn how modern JavaScript frameworks work by building one
Let’s learn how modern JavaScript frameworks work by building one
In my day job, I work on a JavaScript framework (LWC). And although I’ve been working on it for almost three years, I still feel like a dilettante. When I read about what’s going on in …
·nolanlawson.com·
Let’s learn how modern JavaScript frameworks work by building one
What's new in CSS for Designers?
What's new in CSS for Designers?
You will discover how to use logical properties, flexbox, grid, subgrid and writing directions to create layouts that adapt to different screen sizes, orientations and languages. You will also explore the new color specs that allow you to work with a wider range of colors and color spaces, such as rgb, hsl, hsv, hwb, lch, lab, oklab and oklch. You will also learn about the new measurement units that can help you scale your typography and design elements. Finally, you will see how container and style queries can enable you to apply styles based on the size and state of the parent element or the component itself.
·wearedevelopers.com·
What's new in CSS for Designers?