How To Properly Use the React useRef Hook in Concurrent Mode

Concurrent Mode requires a stricter way of writing components

Daishi Kato
Better Programming
Published in
3 min readMar 7, 2019

--

Introduction

According to the React 16.x Roadmap, we can expect Concurrent Mode soon.

React 16.x (~Q2 2019): The One with Concurrent Mode

--

--