Moving React app to Preact ⚛ in 10 minutes with Vite
A developer shares their quick experience migrating a medium-sized React app to Preact using Vite in under 10 minutes.
A developer shares their quick experience migrating a medium-sized React app to Preact using Vite in under 10 minutes.
Practical tips for debugging and stabilizing flaky tests in the Cypress end-to-end testing framework, including using .pause() and console.log().
A web developer shares a personal list of technologies and skills, including React, TailwindCSS, and English, they aim to learn in 2021 to advance their career.
A critique of Tailwind CSS and utility-first frameworks, advocating for a more flexible, technology-agnostic approach like CUBE CSS.
A tutorial on creating a simple scroll-triggered image rotation animation using JavaScript and CSS.
A developer discusses the need for better browser dev tools to debug modern CSS media queries like dark mode and reduced motion preferences.
A tutorial on integrating TypeScript with Cypress for improved type safety and error detection in test automation.
Explores WebAssembly-powered search tools for static websites, comparing Rust-based solutions like tinysearch and Stork, and presenting a technical demo.
Explores the Doherty Threshold and the importance of sub-400ms response times for user engagement, referencing a TV show and technical concepts.
An in-depth tutorial on CSS Transitions, covering fundamentals, timing functions, performance, and UX best practices for web animations.
A developer adds UI improvements and new features to a SaaS application based on direct customer feedback.
Explores the 'build vs buy' decision for UI component libraries, weighing custom development against using existing solutions.
A developer details their journey migrating a personal blog from Gridsome/Vue 2 to Vite/Vue 3, including tools built and lessons learned.
The new CSS aspect-ratio property is now supported in major browser engines, helping developers create responsive layouts without hacks.
A practical guide to writing simple, effective regular expressions for real-world JavaScript development, using a framework-building example.
Analysis of Ember.js performance data reveals Fandom mobile sites significantly increase median JavaScript processing times, skewing benchmarks.
A guide to advanced tips and best practices for using styled-components in React to improve code quality and developer happiness.
A detailed guide to understanding and using the CSS clip-path property for creating clipping regions and visual effects in web design.
A guide on using environment variables in React to securely manage sensitive data like API keys and database credentials.
A guide to implementing client-side routing in React applications using the React Router library, covering setup, components, and navigation.