fp-ts-react
Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Use when building React apps with functional programming patterns. Works with React 18/19, Next.js 14/15.
Content Preview
--- name: fp-ts-react description: "Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Use when building React apps with functional programming patterns. Works with React 18/19, Next.js 14/15." risk: safe source: "https://github.com/whatiskadudoing/fp-ts-skills" date_added: "2026-02-27" --- # Functional Programming in React Practical patterns for React apps. No jargon, just code that works. ## When to Use This Skill - When building React apps with fp-ts for t
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/fp-ts-react.md \
https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/fp-ts-react/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/sickn33/antigravity-awesome-skillsThen reference at skills/fp-ts-react/SKILL.md
Related Skills
fp-react
Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Works with React 18/19, Next.js 14/15.
data-aifp-tsreacttypescript
by sickn33 (Antigravity) · antigravity-awesome-skills
fp-data-transforms
Everyday data transformations using functional patterns - arrays, objects, grouping, aggregation, and null-safe access
data-aifunctional-programmingtypescriptdata-transformation
by sickn33 (Antigravity) · antigravity-awesome-skills
fp-option-ref
Quick reference for Option type. Use when user needs to handle nullable values, optional data, or wants to avoid null checks.
data-aifp-tsoptionnullable
by sickn33 (Antigravity) · antigravity-awesome-skills
fp-pipe-ref
Quick reference for pipe and flow. Use when user needs to chain functions, compose operations, or build data pipelines in fp-ts.
data-aifp-tspipeflow
by sickn33 (Antigravity) · antigravity-awesome-skills