Performance Disruption: Lag Caused by 'set' Method Impacts User Experience #1990
Unanswered
4i8
asked this question in
Bug report
Replies: 1 comment 2 replies
-
Can you create a minimal reproduction with https://codesandbox.io/s/react-new ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
When I use the
set
method in React, it causes significant lag, which can be quite disruptive to the user experience. This delay hampers the overall responsiveness of the application and can lead to frustration for users who expect smooth and seamless interactions. The noticeable slowdown in performance can potentially deter users from engaging with the application and may even impact its usability in critical scenarios. Therefore, addressing this lag issue with the set method is essential to ensure a satisfactory and efficient user experience.Link to reproduction
57665bb2-e3a4-423a-a78e-1dd0e8c3ec34.webm
Check List
Please do not ask questions in issues.
Please include a minimal reproduction.
Please check this if you're filing an issue regarding TypeScript.
create
is to be used ascreate<T>()(...)
and notcreate<T>(...)
.Beta Was this translation helpful? Give feedback.
All reactions