Vue.js: Let's Scale!
A developer shares lessons from scaling a large Vue.js application over 3 years, covering modular architecture, micro-frontends, and state management.
A developer shares lessons from scaling a large Vue.js application over 3 years, covering modular architecture, micro-frontends, and state management.
Explores using RxJS reactive programming in Angular 'dumb' components to handle complex asynchronous @Input changes, replacing imperative ngOnChanges logic.
A React tutorial on creating an indeterminate (tri-state) checkbox using state management, refs, and the useEffect hook.
A comprehensive 2021 guide covering React functional components, hooks, state management, project generators, and best practices.
A guide to using Jotai, a minimalist state management library for React, covering atoms and derived state.
A guide to understanding and using status checks and boolean flags in React Query for effective data fetching state management.
A guide to React state management libraries, explaining core concepts and helping developers choose the right tool for their project.
A guide to using React Context effectively, covering its purpose, creation, and best practices to avoid common pitfalls.
A tutorial explaining the React useRef() hook, covering mutable values and DOM element access in three practical steps.
A tutorial on using redux-persist with AsyncStorage to persist Redux state in a React Native application, improving user experience.
Introduces TaskRunner, a React state management pattern as an alternative to Redux/useReducer, enabling async actions and centralized logic.
A tutorial on creating a custom React hook that mimics the callback functionality of the old setState method from class components.
Explains how React's useState hook updates state asynchronously and demonstrates correct patterns for consecutive updates.
A tutorial on implementing middleware for React's useReducer Hook, including a custom hook example.
Learn how to implement React Context API for global state management in Next.js applications without external libraries.
A comprehensive guide to React Query, covering practical usage, data transformations, caching, and best practices for managing server state in React applications.
Explores using NgRx Entity with nested state structures in Angular applications, discussing normalization vs. convenience.
A React tutorial on handling forms: accessing input values, implementing validation, and managing form submission using controlled components.
A tutorial on managing global state in React applications using the useReducer hook and Context API, without external libraries.
Introduces merced-react-hooks, a library offering custom React hooks for state management, localStorage, and lifecycle to reduce boilerplate.