Learning Resources
If you are coming from JavaScript:
- read Mostly adequate guide to FP by @DrBoolean
- read this blog series on functional programming in JavaScript by Tom Harding, and then check out the code translated to TypeScript (there’s a file for each blog post)
If you are using Ramda:
If you are coming from TypeScript:
If you are coming from Haskell or Purescript:
Blog posts
- Interoperability with non functional code using fp-ts
- “Getting started with fp-ts” series
- “Functional design” series