Leveraging the Query Function Context
A guide on using the Query Function Context in React Query to avoid inline functions and improve code structure, part of a larger series.
A guide on using the Query Function Context in React Query to avoid inline functions and improve code structure, part of a larger series.
A developer reflects on the burnout and challenges of maintaining an open source project, leading to its eventual abandonment.
A tutorial on implementing table sorting, filtering, and pagination in React using JavaScript for full control over functionality and design.
A technical comparison of React Router 5, React Router 6, and React Location, covering installation, setup, and common routing tasks.
Learn different methods to initialize JavaScript arrays with primitive values or object instances, including fill(), Array.from(), and map().
A critique of modern software development's neglect of reliability and robustness, arguing that broken software has become the norm.
A JavaScript developer shares his disciplined daily routine and habits for successfully writing a 500-page technical book on JavaScript Testing.
A developer combines DOOM WebAssembly with the Checkboxland library to render the classic game on a grid of HTML checkboxes.
A developer shares insights and architectural notes from building a desktop application using Electron, React, and TypeScript.
A guide to using the useMutation hook in React Query for managing server state updates and side effects in React applications.
A reflection on how JavaScript pop-ups evolved from quirky web experiments to opaque, user-hostile patterns, symbolizing a loss of web transparency.
Explains higher-order functions in JavaScript, including definitions, examples, and practical use cases for writing more flexible code.
An exploration of over 40 JavaScript engines beyond V8, JSC, and SpiderMonkey, detailing their use cases, implementations, and features.
A Clojure developer discusses refactoring away from core.async to a synchronous SQLite library, exploring trade-offs in asynchronous programming.
A reflection on how frameworks are born from revolutionary ideas and how popularity can lead to their eventual decline, using examples like Laravel and Joda Time.
A deep dive into the TC39 pipeline operator proposal for JavaScript, comparing the Hack and F# syntax approaches and their functional programming implications.
A guide to implementing robust error handling in React Query applications, covering standard patterns and best practices for failed data fetches.
Explains why async/await doesn't work with JavaScript's forEach and provides the correct solution using Promise.all.
Explores pattern matching in JavaScript using the alexmerced-patternmatcher library, comparing it to traditional conditionals.
A developer advocates for learning front-end coding through hands-on projects and sharing progress openly, using ThreeJS as an example.