FP-TS Backend Toolkit
curated by SkillMD · plugin · 3 skills
For Node.js/Deno developers building type-safe backends with fp-ts, covering async pipelines and service composition.
Install the whole plugin (CLI)
npx skillmds add antigravity/fp-async
npx skillmds add antigravity/fp-backend
npx skillmds add nimoqup046-collab/fp-reactSkills in this plugin
- ▌ fp-async · antigravityBuild clean async pipelines with fp-ts TaskEither, replacing nested try/catch with composable error handling and real API examples.
- ▌ fp-backend · antigravityBuild type-safe, testable Node.js/Deno backends using fp-ts with ReaderTaskEither, functional dependency injection, and service composition patterns.
- ▌ fp-react · nimoqup046-collabPractical patterns for using fp-ts with React: Option for optional state, Either for form validation, TaskEither for data fetching, and RemoteData for async state management.