Tech Blog
AnyMind Group
Oct 6, 2021
[Tech Blog] How to recognize repetitive patterns and optimize them with React Hooks
Photo by Efe
Kurnaz on Unsplash
Hi, my name is Pavel and I'm front-end developer at AnyMind (AnyTag & AnyCreator platforms)
and today I'd like to talk about how we are using react hooks to simplify our codebase, eliminate repetitive patterns and how you can recognize them.
"Can we reuse it?" or "You can refactor this as util function and reuse later" - I believe everyone is well familiar with such code review comments, the reason for that is very simple - code reusability is one of the most important topics among sof