Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove slugify dependency #7

Open
francisconeves97 opened this issue Oct 21, 2021 · 1 comment
Open

Remove slugify dependency #7

francisconeves97 opened this issue Oct 21, 2021 · 1 comment

Comments

@francisconeves97
Copy link
Owner

francisconeves97 commented Oct 21, 2021

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

@dohomi
Copy link
Contributor

dohomi commented Apr 15, 2022

@francisconeves97 react 18 ships useId hook which might be a good way of handling this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants