React dev here, but I needed to work on a vue project recently, and noticed a lot of missing features. This is okay, it's still got the important ones, but I had some questions in general.
Is there any plans to add a context (provide/inject) into the useForm hook, so that we can subscribe to the state contextually? I couldn't find anywhere that was doing this?
In addition, is there plans for the composability api's such as custom app components and sub forms? obviously HOCs probably aren't how you would do it in vue, but it seems like the analog exists for making sub components by just making a custom hook for child forms + context.
I don't really need any of this implemented, I'm mostly just curious if it's on the roadmap at all, or what the general concesus currently is