Live data from Hacker News

Show HN: Concave, a lens-like state management library for React

github.com

1–2 of 2 posts

Re: Show HN: Concave, a lens-like state management library for React

#2
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!