bosmarcel
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
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…