Breaking React Query's API on purpose
React Query v5 will remove useQuery callbacks, exploring API design challenges and the rationale behind breaking changes in library development.
React Query v5 will remove useQuery callbacks, exploring API design challenges and the rationale behind breaking changes in library development.
A tutorial on setting up ESLint with Vite and React to catch errors and unused variables in your code.
A response to claims that React is dying, arguing its continued dominance due to component-driven development, JSX, and massive ecosystem.
A compilation of podcast appearances by a Redux maintainer discussing state management, debugging, and React ecosystem topics.
A guide to using Zustand, a minimal state management library for React, with tips and best practices for implementation.
Upgrading a SaaS app's Heroku stack and htmx, plus adding an empty state feature for a better user experience.
A developer shares lessons learned while using JavaScript FormData to build a dynamic feature for a SaaS application.
Developer discusses adding customer features to a SaaS app, including working with Django, Python, and JavaScript FormData.
Explores React refs, events, and escape hatches to handle stale closures and mutable state without dependency arrays.
Kent C. Dodds announces EpicWeb.dev, a comprehensive web development learning platform with workshops, podcasts, and exercises.
A developer explains the process and benefits of creating a custom Single Page Application (SPA) router for the Qwik framework.
Explains the difference between JavaScript statements and expressions, and why this distinction is crucial, especially for React developers.
Explores Turborepo, a tool for managing complex monorepo build pipelines and caching to drastically improve CI/CD performance.
Announcing Color.js, a JavaScript library for advanced color manipulation, supporting CSS Color 4/5 and various color spaces.
An overview of the Redux Toolkit (RTK) presentation, explaining its creation and features for modern Redux development.
A comprehensive FAQ guide addressing common questions and best practices for using React Query in modern web development.
Explores the state of Universal JavaScript, showing how to write code that runs in Node.js, Deno, and browsers using a podcast parsing example.
A developer creates a web app to learn a diatonic accordion by mapping its buttons to a computer keyboard using Svelte and the Web Audio API.
Explains stale closures in React hooks, their connection to dependency arrays, and why the exhaustive-deps ESLint rule is crucial.
A guide on integrating Prettier and ESLint in a JavaScript project to combine automated code formatting with code quality linting.