Nikita Voronov

Results 1 issues of Nikita Voronov

# `useConverter` React state hook that keeps track of the input and immediately generates the output based on the converter function. ## Usage ```jsx import { useConverter } from 'react-use';...