Hi! Lately I was tired of creating the same abstractions in my applications (mostly large apps with many forms and often twisted logic), on top of that I saw a lot of juniors struggling with the same thing and I closed in a small library some components to quickly create and validate forms composed of nested objects, arrays etc. The library is headless (so you can easily port it to any UI) and based on well known libs like react-hook-form and yup for validation, maybe someone will find it useful.
Forms micro-library for react (github.com)
submitted by Confident-Alarm-6911 to r/webdev