blopa / Resume-Builder

Resume Builder is a free open-source project that allows anyone to easily maintain and build any kind of resume.
https://resume-builder.js.org/
MIT License
184 stars 41 forks source link

Add useMemo and useCallback to the toggler menu items #20

Closed blopa closed 3 years ago

blopa commented 3 years ago

The components on src/components/ResumeDrawerItems need a bit of refactoring, just by adding useMemo and useCallback to key points would improve a lot of the performance.

Happy hacking.

milenagd commented 3 years ago

Hey, can I take this one?

blopa commented 3 years ago

Of course :)

milenagd commented 3 years ago

Hey @blopa I just opened the PR. I am looking forward to seeing your review :)

milenagd commented 3 years ago

And can you assign this issue for me, please?

blopa commented 3 years ago

That's awesome, thank you so much for your contribution! 🤝

milenagd commented 3 years ago

Thank you!!