macOS Web: Why I moved from React to Svelte
A developer details their journey recreating macOS Big Sur's UI for the web, comparing performance and bundle sizes between React and Svelte implementations.
A developer details their journey recreating macOS Big Sur's UI for the web, comparing performance and bundle sizes between React and Svelte implementations.
A curated list of the top 10 free icon packs for developers and designers, detailing features, pros, and cons for each.
A tutorial comparing three methods for making API requests in React: using fetch/axios, the merced-react-hooks library, and react-request.
Introducing SoloX, an immutable state management library for React inspired by MobX, offering simplicity and local state control.
A guide to conditionally applying CSS classes in React using the clsx helper library for cleaner code.
Argues for using declarative state updater functions in React instead of inline 'naked state setters' for better code clarity and maintainability.
A tutorial on creating an expandable and collapsible Tree Table in React using the React Table Library and its useTree hook.
Explains how list rendering in JS frameworks can cause high Cumulative Layout Shift on slow connections and offers a solution.
A tutorial on implementing row selection in a React table using the React Table Library's useRowSelect plugin and custom components.
A tutorial on implementing double-click functionality for rows in a React Table Library component.
Explores the technical limitations and internal workings of using conditional React Hooks, explaining why they cause errors and how to work with them.
A freelance React developer shares their essential checklist for onboarding new projects, covering key questions and communication channels.
An introduction to Astro, a new web framework focused on performance by shipping less client-side JavaScript and supporting multiple frameworks.
A guide to building React applications without Webpack, using minimal configuration and CDN-hosted libraries for fast prototyping.
A tutorial on implementing a search feature for a React table using the React Table Library and external data manipulation.
A tutorial on implementing pagination in a React table using the React Table Library and its usePagination hook.
A beginner-friendly guide explaining how to use props to pass data and customize React components, covering functional and class components.
A React developer shares personal opinions on structuring projects, advocating for single-file components and avoiding unnecessary sub-folders.
A guide to defining common prop types like primitives, objects, arrays, unions, and functions in TypeScript for React components.
Explains PropTypes for runtime type checking in React and compares it to using TypeScript's static types for better developer experience.