Functional Programming in React

Installation
SKILL.md

Functional Programming in React

Practical patterns for React apps. No jargon, just code that works.


Quick Reference

Pattern Use When
Option Value might be missing (user not loaded yet)
Either Operation might fail (form validation)
TaskEither Async operation might fail (API calls)
RemoteData Need to show loading/error/success states
pipe Chaining multiple transformations

1. State with Option (Maybe It's There, Maybe Not)

Related skills
Installs
GitHub Stars
6
First Seen