shakacode / re-formality

Form validation tool for reason-react
https://re-formality.now.sh
MIT License
244 stars 35 forks source link

Split Formality module #65

Open alex35mil opened 4 years ago

alex35mil commented 4 years ago

Probably, makes sense to move functions from Formality module to own modules to reduce bundle size. E.g. if user doesn't use async stuff or collections, those wouldn't get into the final bundle.

Unless tree shaking works these days. Haven't checked what's up with that for quite awhile.