useId function

String useId()

Returns a stable identifier suitable for matching server and client trees.

See https://react.dev/reference/react/useId.

Implementation

String useId() => currentReactRuntime.binding.useId();