During your React career, you must have came through some terms and patters like Higher Order Components but maybe you didn't understand them at first look. So here I am going to give some explanation about what HOC are and of course some examples.
Have you ever wonder what is the useMemo hook and how can we use it? Well i am going to make it very clear for you what it is and how to use it and when to use it.
So you ever notices you used the same pieces of codes in the different components ? If you could do something better and cleaner ? Well maybe creating custom react hooks can come in handy.
This article introduces the features provided by ES2020 in easy code examples. In this way, you can quickly understand the new features without the need for a complex explanation.