Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React 18 -- useId #53

Open
ZWkang opened this issue May 16, 2022 · 0 comments
Open

React 18 -- useId #53

ZWkang opened this issue May 16, 2022 · 0 comments

Comments

@ZWkang
Copy link
Owner

ZWkang commented May 16, 2022

useId

描述

import { useId } from "react";

export default function useIdTest() {
  const id = useId();

  return id;
}

使用 此id 在客户端与服务端生成一个唯一的一致id。
使得 SSR 在前端时 可以根据唯一id 快速注水。
而不用全量渲染再注水?

@ZWkang ZWkang changed the title React 18 React 18 -- useId May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant