The React.useRef Hook is used for referencing DOM nodes and persisting a mutalbe value across rerenders. This is an interactive guide to useRef with real-world examples. Read more
Similar
The Engineering Blog from Vinted. These are the voyages of code tailors that help create Vinted. (more…)
Read more »
A group of friends have been pondering if there was an easy way to start up a React application and they came up with a desktop application… (more…)
Read more »
React Hooks library for remote data fetching. Contribute to zeit/swr development by creating an account on GitHub. (more…)
Read more »
Find out how to define and test common Redux patterns, learn about basic Redux concepts, and write tests for them.
Read more »
React 18 comes with new features called useTransition and startTransition which give you fine control over specifying a low priority update. That's exactly w... (more…)
Read more »