- Published on
ReactJS useId Hook (new to React 18) - in 2 minutes
- Authors
- Name
- Lucas Floriani
- @lucasfloriani13
ReactJS useId Hook (new to React 18) - in 2 minutes
ReactJS useId Hook (new to React 18) - in 2 minutes
This hook is used to create an id specific per usage of the component, one useful case is using it inside of a component form that will be used multiple times in the page and has id and for HTML attributes that will case conflict between the ids.