Posts about javascript:
Approximating haskell's do syntax in Typescript
An introduction to Do from fp-ts-contrib
March 27, 2020
Typeclasses in Typescript
A guide to using and building typeclasses in Typescript with fp-ts
February 11, 2020
A Proposal for an Alternative Design for Hooks
An Alternative API for hooks based on functional programming patterns.
October 31, 2018
How to write an HOC (in 3 easy steps).
Writing HOCs is complicated, follow these three steps to make it easier.
January 02, 2018
Testing for Race Conditions with Redux
This post will explain how to write unit tests for race conditions in a redux reducer.
November 29, 2017
Why you need keys for collections in React.
This post will explain the importance of keys in React and some edge cases to consider when choosing them.
July 25, 2017