bosmarcel

↗ HN profile [ 18.5 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi HN I built *fluent-state*, a lightweight React hook that replaces useState, useReducer, useMemo, and useEffect. It gives you: - A fluent, proxy-based API: `state.user.name('Joe')` - Immutable updates without spread…