Open fveracoechea opened 6 months ago
@fveracoechea is attempting to deploy a commit to the cva Team on Vercel.
A member of the Team first needs to authorize it.
This is super thoughtful of you, thanks @fveracoechea 🙏❤️
Fairly busy at the moment and this will take some time to review, so don't be too disheartened if it takes some time to get around to this! Really appreciate it
Thanks @joe-bell 🙏 let me know if you have any suggestions or concerns, I’d be happy to help!
Description
Implement code optimizations on CVA to increase execution speed and reduce the number of operations, such as iterations and object copying.
Additional context
Let's say we have a web page made of React components, where most components utilize CVA. Since React components render and re-render often, it's important to keep CVA's runtime overhead as low as possible. This optimization will enhance scalability, especially on large projects.
Benchmark results
All tests passing with no problems:
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).