Looking for best practices / libraries / anything else for building forms in a component based framework
This is specifically now for vue, but I found the same problems with React and I think this is more related to component based apps vs the specific framework. I like to build my app from small components. It makes it more easy to reason about, easier...