shlogg · Early preview
Matias Facio @matiasfacio

Expose Counter Methods Via Refs In React

Expose component methods via refs with `useImperativeHandle`. Create an interface to share state between components without lifting state up or using context.