My team at Meeshkan recently decided to integrate functional programming practices into the codebase for our web application. More specifically, we’re using fp-ts, a library for typed functional programming in TypeScript.

This article explains why we chose fp-ts and walks through a practical example using the pipe function.

My team at Meeshkan recently decided to integrate functional programming practices into the codebase for our web application. More specifically, we’re using fp-ts, a library for typed functional programming in TypeScript.
This article explains why we chose fp-ts and walks through a practical example using the pipe function. […]