How I Stumbled Upon Normalizing Redux State
A developer shares their journey of discovering state normalization in Redux to improve lookup performance, moving from arrays to keyed objects.
A developer shares their journey of discovering state normalization in Redux to improve lookup performance, moving from arrays to keyed objects.
A developer shares their appreciation for React's ability to render different UI markup based on props and state, using a simple ternary example.
A developer compares Redux and MobX for state management, explaining their differences and when to use each.
A guide to implementing state snapshots in Redux for elegantly saving and restoring UI state, using a practical example.
Explains how to manage related data models in Angular 2 with ngrx using Observable.combineLatest for computed state.
A guide to organizing Redux state using 'state keys' to reduce clutter and create predictable, dynamic substates for features like loading and errors.
An update on using Flight.js at TweetDeck in 2016, covering mixins, state management, data flow with RxJS, and component architecture.
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.
A tutorial on restructuring a Redux application using the Ducks pattern to bundle actions, reducers, and types.
Exploring scalable architecture for single-page applications, covering state management with Redux and asynchronous communication using RxJS.
A developer's post-mortem on a Terraform outage and a guide on why and how to use separate tfstate files per environment.
An in-depth series exploring the Flux architecture, its components, and practical implementation beyond basic tutorials.
Exploring immutable types with changing state in Swift through functional programming, using new instances instead of mutation.
Explores immutability in Swift functional programming, showing how to handle state changes by creating new instances instead of mutating existing ones.
A critique arguing that testing is essential for complex systems, countering the claim that informal reasoning is superior.
A technical guide on maintaining state between form submissions and node hooks in Drupal 6 using the node object as temporary storage.
A technical walkthrough of implementing a game loop and UI system in Clojure, inspired by a roguelike tutorial.
A developer shares a custom ASP.NET session state store provider backed by MongoDB, including setup, configuration, and usage notes.