Persistent State of ReactJS Component
Explains how to persist ReactJS component state using localStorage to maintain state across browser sessions, with code examples.
Explains how to persist ReactJS component state using localStorage to maintain state across browser sessions, with code examples.
A freelance web developer introduces their new blog, 'bits of code,' where they will share web development knowledge and lessons learned.
Explains the CSS currentColor variable, its benefits for maintaining consistent color schemes, and how it works within the cascade.
Introducing Awesomplete, a lightweight, dependency-free JavaScript library for creating customizable autocomplete widgets.
A critique of treating web accessibility and progressive enhancement as optional features, arguing they should be fundamental requirements.
Announcement for NEJS Conf, a tech conference on August 7th at Omaha's Henry Doorly Zoo, with a call for speakers.
A developer revisits the LESS CSS preprocessor, comparing it to Sass and highlighting new features like 'extend'.
Explores the neuroscience behind web animations, explaining how sensory memory and cognitive load theory inform effective UI/UX design for SPAs.
Explains CSS compositing and blending modes for creating visual effects like those in Photoshop, with examples and technical details.
A CSS technique to restart an animation on hover by triggering a reflow with a second, dummy animation.
Introduces SVGOMG, a GUI tool for previewing and optimizing SVGs with SVGO plugins, preventing broken animations.
Explores sketchnotes as a creative note-taking method for tech presentations, featuring techniques from designers and developers.
Explains the HTML download attribute, its use cases for triggering file downloads, browser support, and best practices like showing file size.
Creative ideas to enhance user experience in web forms with playful and personalized details like custom cursors and birthday hints.
Explains the mobile-first CSS approach, its benefits over desktop-first, and provides practical code examples for responsive web design.
Explores two CSS techniques for reversing element order: using transform rotations and flex-direction: column-reverse.
Author announces updates to the Learning Susy book, addressing common issues with the Susy Sass layout framework installation and usage.
A comprehensive list of style guides and pattern libraries for web design and development, explaining the differences between them.
A developer explains the technical drawbacks of icon fonts and details their workflow for replacing them with inline SVG for better rendering and maintainability.