Hacker News new | ask | show | jobs
by anthonybullard 2931 days ago
>You never need to use IDs with React.

If you don't care about accessibility then yes.l, but try using properly annotated aria attributes without appropriately scoped ids(which you can do in react, but it's not free).

1 comments

Hmm, right now I truly don't (that's the business requirement :-/). I'll investigate, thank you.