Seeking Guidance on Building a Dynamic Form Library with Effect
I'm wanting to create a small dynamic form library (schema, validation, etc..) as a learning project so I can get better at Effect. I'm unsure where to start as I'm still quite new to Effect, does anyone have any good examples of forms implemented in Effect, or code infrastructure examples? I've been going through the docs but find them rather confusing at this time (I'm also new to functional programming)
