-
Notifications
You must be signed in to change notification settings - Fork 894
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
第 7 题:react 最新版本解决了什么问题 加了哪些东西 #13
Comments
1)React 16.x的三大新特性 Time Slicing, Suspense,hooks
2)React16.8
3)React16.9
4)React16.13.0
|
cr useRef 每次都会返回相同的引用。 |
@GolderBrother 这个是的,官网文档中有 useRef returns a mutable ref object whose .current property is initialized to the passed argument (initialValue). The returned object will persist for the full lifetime of the component. |
1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
欢迎在下方发表您的优质见解
The text was updated successfully, but these errors were encountered: