Should web developers and JavaScript library authors still transpile their code to ES5? This post looks at what the data suggests based on what popular libraries, tools, and websites are doing| philipwalton.com
Immutability means avoiding any changes to the state of an object once it has been created. Learn how to implement immutability by creating an Immer clone.| ckeditor.com
Back to: Part I| patrickthebold.github.io
The official Fundamentals tutorial for Redux: learn the modern way to write Redux logic| redux.js.org
Redux Style Guide: recommended patterns and best practices for using Redux| redux.js.org
Details on the painful experiences and hard-earned lessons I've learned migrating the Redux packages to ESM| Mark's Dev Blog
The official Redux Essentials tutorial: learn the structure of a typical React + Redux Toolkit app| redux.js.org
In this article, we show how to use TypeScript to implement Haskell concepts like algebraic data types, higher-kinded types, tagless final, and more.| Functional Programming in TypeScript
I will walk you through my decision process in a pet project and provide some retrospective.| blog.6nok.org