react-google-forms-hooks
react-google-forms-hooks copied to clipboard
Remove slugify dependency
This library uses slugify to generate the ids for fields. It should be simple to implement a less flexible but simpler helper to perform the same functionality as slugify. This way we can improve the bundle size.
Suggested in #1
@francisconeves97 react 18 ships useId
hook which might be a good way of handling this