Add fp-ts skills for TypeScript functional programming
loading diff…
Adds three practical fp-ts skills for TypeScript functional programming to the Development & Code Tools category.
| Skill | Description |
|---|---|
| fp-ts-pragmatic | The 80/20 of functional programming - jargon-free guide covering pipe, Option, Either, TaskEither |
| fp-ts-react | Patterns for using fp-ts with React 18/19 and Next.js 14/15 - state, forms, data fetching |
| fp-ts-errors | Type-safe error handling with Either and TaskEither - no more try/catch spaghetti |
fp-ts is widely used for functional programming in TypeScript but has a steep learning curve. These skills help developers:
These skills are from whatiskadudoing/fp-ts-skills - a collection of practical fp-ts patterns.