Back to: Part I| patrickthebold.github.io
I’ve been meaning to write a post on “How I wish people made React apps” for a while now. Today I got annoyed by some HN discussion on React hooks.| patrickthebold.github.io
API > connect: a Higher-Order Component to interact with Redux| react-redux.js.org
Redux is in part inspired by Flux, and the most common complaint about Flux is how it makes you write a lot of boilerplate. In this recipe, we will consider how Redux lets us choose how verbose we'd like our code to be, depending on personal style, team preferences, longer term maintainability, and so on.| redux.js.org
Immer (German for: always) is a tiny package that allows you to work with immutable state in a more convenient way.| immerjs.github.io