Why Apollo: Advantages and Disadvantages
An analysis of the pros and cons of using Apollo for GraphQL, including its ecosystem and alternatives.
An analysis of the pros and cons of using Apollo for GraphQL, including its ecosystem and alternatives.
A tutorial on creating a minimal React app with Apollo Client to query GitHub's GraphQL API and manage local state.
A tutorial on using apollo-link-state to manage local state in React applications with Apollo Client and GraphQL.
A guide to using the React DevTools browser extension for inspecting and debugging React component state.
Explains React prop drilling, its problems, and solutions for avoiding it in component trees.
Explores React's 'new' Context API, its evolution with hooks, and why it's a stable solution for state management.
Learn tricks for using Redux and Immutable.js with TypeScript, including statically typed records for better type safety and developer experience.
Updated guide for learning React and Redux in 2019, offering opinionated tips on boilerplates, components, state management, and testing.
Discusses common Redux anti-patterns in state management, focusing on state duplication and incorrect information expert patterns in React/TypeScript applications.
A preview of an 'Advanced React Component Patterns' course, covering patterns like Compound Components and Higher Order Components.
Announcing two new React video courses: a free beginner's guide and an advanced patterns course available via subscription on egghead.io.
Explains the concept of immutability in JavaScript, its importance for functional programming, and how to implement it without external libraries.
A guide to setting up and using MobX for state management in create-react-app, with and without decorators.
Author launches a comprehensive course on React state management, covering local state, Redux, and MobX, with a book, screencasts, and projects.
Learn essential React state management concepts before adopting Redux to avoid common pitfalls and unnecessary complexity.
A guide on integrating Redux Saga for handling asynchronous actions in a server-side rendered Next.js application.
A developer compares Redux and MobX for state management, explaining their differences and when to use each.
A guide to organizing Redux state using 'state keys' to reduce clutter and create predictable, dynamic substates for features like loading and errors.
A tutorial on refactoring a React application from Redux to MobX for state management, covering key concepts and dependencies.
A tutorial on using Normalizr with Redux to improve state management by normalizing nested API data for a SoundCloud client.