What React Refs Are

Many people are familiar with using React refs to access DOM elements. import { useRef } from ‘react’; function MyComponent() { const… Read more

Similar

Replacing React with Rails

NOTE: if you are arriving from Ruby Weekly, check out the full article here. The first few paragraphs are posted below and the full post is on 0x2a.sh, as there is apparently a Gmail bug where any…...

Read more »