You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Text style position: 'absolute' over Image, setState update text value, perfomance: JS 8 - 15 fps. Else Text style position: 'relative' no over image setState text value, performance: JS 57 - 60 fps.
If have 15 - 20 Text and call setState 1000ms of update values, critical js fps 0. How can I achieve good performance?
The text was updated successfully, but these errors were encountered:
This issue looks like a question that would be best asked on StackOverflow.
StackOverflow is amazing for Q&A: it has a reputation system, voting, the ability to mark a question as answered. Because of the reputation system it is likely the community will see and answer your question there. This also helps us use the GitHub bug tracker for bugs only.
Will close this as this is really a question that should be asked on StackOverflow.
Hi, i have next code:
If Text style position: 'absolute' over Image, setState update text value, perfomance: JS 8 - 15 fps. Else Text style position: 'relative' no over image setState text value, performance: JS 57 - 60 fps.
If have 15 - 20 Text and call setState 1000ms of update values, critical js fps 0. How can I achieve good performance?
The text was updated successfully, but these errors were encountered: