CSS Houdini
CSS is the go-to technology for making sites look how we want. But there's a new box of tricks coming to JavaScript that could make styling that little bit more unique.
CSS is the go-to technology for making sites look how we want. But there's a new box of tricks coming to JavaScript that could make styling that little bit more unique.
It’s easy to overlook HTML in the age of JavaScript frameworks. These modern tools make it easy to make a <div> do whatever you want - a header, a button, a link. Whatever, right? If it works it works…
98% of homepages online have some kind of accessibility issue. By automatically checking for common problems with Pa11y, we can be more confident that we are not accidentally adding any new ones into the codebase.
Components are the future of web development. Right now, JS frameworks such as React and Vue use a component-based approach to building apps, but that comes with added weight.
In the age of frameworks, Webpack and complicated build tools, regular boring JavaScript can easily be overlooked. Gone are the days of sites that only shipped the code they needed right? We need runtimes now to compile our JSX else who knows what will happen.