Redux Normalizr: Improve your State Management
A tutorial on using Normalizr with Redux to improve state management by normalizing nested API data for a SoundCloud client.
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.
A tutorial on setting up and using Flow for type checking in a React + Redux application to prevent bugs and improve development.
A tutorial on building a SoundCloud client from scratch using React and Redux, including authentication and API integration.
A guide to animating list reordering in React, a common challenge not solvable with standard CSS transitions or animation APIs.
Final part of a tutorial series on building a quiz app with PureScript and the purescript-pux framework, consuming a random question API.
A technical guide on integrating the Mousetrap library to add custom keyboard shortcuts and the Konami Code to React components.
A practical guide to understanding and implementing the Flux architecture for React.js applications, focusing on unidirectional data flow.
An in-depth series exploring the Flux architecture, its components, and practical implementation beyond basic tutorials.
A technical guide on using localStorage, seeded randomization, and CSS variables to maintain React animation state across page navigation in a Next.js static site.
A guide to building a reusable, accessible modal component in React using the modern HTML <dialog> element.
A developer details the tech stack behind their personal website, built with React, Next.js, SASS, and Markdown, including solutions to common challenges.