Bundle Size Overview
React Cool Form is a tiny size library (~ 7.1kB), it supports ES modules format. With the ES modules, modules bundler (e.g. webpack or Rollup) can automatically remove dead-code through the tree shaking technique to reduce the bundle size of your app. The size of each module as below:
Name | Size |
---|---|
useForm | ~ 5.8kB |
useFormMethods | ~ 108B |
useFormState | ~ 156B |
useControlled | ~ 645B |
useFieldArray | ~ 729B |
get | ~ 4B |
set | ~ 6B |
unset | ~ 6B |