React

A collection of 2 posts

Introduction to using React useCallback Hook cover image
React · April 20, 2021

Introduction to using React useCallback Hook

In React, there is a hook called useCallback. It wraps itself around your function and can be written like the following… As the name…

  • David Nowak
    David Nowak
7 min read
How to use React Refs and React Forward Refs - including hooks cover image
React · April 11, 2021

How to use React Refs and React Forward Refs - including hooks

Are 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…

  • David Nowak
    David Nowak
13 min read