Lighter and faster color picker #5311
omgovich
started this conversation in
Feature requests
Replies: 2 comments 11 replies
-
I think you should create a pull request for this |
Beta Was this translation helpful? Give feedback.
11 replies
-
Thanks for contributing your component suggestion @omgovich, we'll take it into account! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! 👋 My name is Vlad and I love to make packages/projects lighter and faster.
I noticed that you're using
react-color
which is 143 KB (far larger than the entirety ofreact-dom
), is not tree-shakeable, is not accessible, does not support keyboard navigation, pulls in 12 dependencies, and is not as fast as it could be.Ryan Christian, Alex Taktarov, and I had been working hard since July and several months ago we released
react-colorful
— a tiny fast alternative toreact-color
that aligned with modern requirements.I would be glad if you consider using our component in your project to make the web faster.
Features
Repo/docs:
https://github.com/omgovich/react-colorful
Demo:
https://omgovich.github.io/react-colorful
Article about
react-color
andreact-colorful
:https://dev.to/omgovich/react-colorful-1-8-kb-color-picker-for-react-fast-dependency-free-customizable-and-accessible-8le
Regards,
Vlad
Beta Was this translation helpful? Give feedback.
All reactions