Category – React
1 post tagged with "React" (See all categories)

EExploring Refs in React

3 Min Read — In React

I came across Refs many times while browsing libs and docs but didn’t really care about it. My idea of Refs was limited to controlling <input /> in forms. Then I came across a piece of code in…