Description
Hey MJ! Not sure where to ask you this so decided to do so through this issue.
In remix-hook-form I have a bunch of utilities I use for parsing formData from requests which can be found here:
https://github.com/forge-42/remix-hook-form/blob/main/src%2Futilities%2Findex.ts
I was wondering would there be any interest from your side to extract these out and make them generic and move them over to a new package in remix-the-web, something like form-data-parsers
or something like that. Most of these are already generic functions that take the formData frm the request and parse it into objects, arrays and whatever else and a bunch of other utilities, most of them are documented and tested out and they feel like a good candidate for everybody to use rather than just remix-hook-form
users!
I'd like to hear your thoughts on this and if you'd have any interest or value from this!
Activity