React · April 20, 2021Introduction to using React useCallback HookIn React, there is a hook called useCallback. It wraps itself around your function and can be written like the following… As the name…
React · April 11, 2021How to use React Refs and React Forward Refs - including hooksAre you not exactly sure what a React Ref (or Forward Ref) is? Or how to use it in a project? Then this article will explain the basics to…