Functional Programming with TypeScript
Learn about the libraries that we can use to harness the power of functional programming with TypeScript.
We'll cover the following...
Overview
We know that TypeScript adds types, but do we need anything else? Although JavaScript is one of the easier mainstream languages with which we can write elegant, functional code, it lacks several essential features. We’ll need some additional libraries or frameworks if we want to write real functional code, or the kind of ...