Expose Counter Methods Via Refs In React Matias Facio @matiasfacio · 5m View original post Expose component methods via refs with `useImperativeHandle`. Create an interface to share state between components without lifting state up or using context.