You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

458 B

title
useId

This section is incomplete, please see the old docs for useId.

useId is a hook for generating unique IDs that are stable across the server and client, while avoiding hydration mismatches.

const id = useId();

useId is not for generating keys in a list. Keys should be generated from your data.