A series of discussions about trending JS patterns. This week's topic is the Virtual DOM.
A series of discussions about trending JS patterns. This week's topic was Types.
A series of discussions about trending JS patterns. This week's topic is types.
A series of discussions about trending JS patterns. This week's topic was Immutable Data.
A series of discussions about trending JS patterns. This week's topic is Immutable Data.
An editable collection of rarely used JavaScript features. The goal is to make you play with occasional horror on your face.
A bunch of ideas for developers working on large production apps.
I recently updated a React state management library, hoping to reduce its API from two wrapper functions into a single hook. I did not succeed but I still ended up with something nice. Here is why and how.
React Easy State's v6.1.0 update adds hooks support, StrictMode compatibility and batching improvements without any new API or breaking changes.
A brief description of how I used ES6 Proxies to create a transparent reactive state management library and what difficulties I had to face to polish it over time.
Easy State is a transparent state management library for React. This article demonstrates how it behaves with increasingly exotic state structures and mutations.
Demonstrating Stupid Simple JavaScript Patterns by Making a Beer Finder App with React Easy State