createUniqueId
Edit this pageimport { createUniqueId } from "solid-js"
function createUniqueId(): stringA universal id generator that is stable across server/browser.
const id = createUniqueId()Note: on the server this only works under hydratable components.