Hacker News new | ask | show | jobs
Show HN: Concave, a lens-like state management library for React (github.com)
2 points by gabes 1639 days ago
1 comments

I've both personally and professionally worked on builder-type applications in the past and found that lenses are always the most elegant way to do state management. Over the past month I decided to hack on a general purpose library for React and lenses with the end goal of coming up with something that felt _good_ to use. Cheers!