@selbekk I'd like to discuss your proposal to co-maintain https://github.com/selbekk/calidation and potentially also https://github.com/selbekk/calidators. I'm interested. Sorry I didn't reach out on Twitter, but I don't use social media. If we get on the same page, I'm happy to share my direct contact information so we can keep in touch.
Some things that I've been thinking about:
- Updating React version to allow use of hooks (new hotness, if it makes sense to)
- Allowing for a
ref to be added to Form (solves the issue of being able to externally submit the Form, currently need to implement a <button type="submit"> or use document.forms && dispatchEvent)
- Update calidators to work on more specific/generic types (depending on the validator, enforce string/number/boolean/etc type casting or be type agnostic)
- Breaking out integration tests (minor cleanup so it's easier to consume/edit)
- Introducing
lodash & babel-plugin-lodash for certain utility functionality
- Add ability to get ALL errors when validating (not just the first)
- Adding recipes (breaking documentation up so the README isn't so dense, separating API & examples & real world scenarios)
@selbekk I'd like to discuss your proposal to co-maintain https://github.com/selbekk/calidation and potentially also https://github.com/selbekk/calidators. I'm interested. Sorry I didn't reach out on Twitter, but I don't use social media. If we get on the same page, I'm happy to share my direct contact information so we can keep in touch.
Some things that I've been thinking about:
refto be added to Form (solves the issue of being able to externally submit the Form, currently need to implement a<button type="submit">or usedocument.forms && dispatchEvent)lodash&babel-plugin-lodashfor certain utility functionality