Skip to content

Commit

Permalink
UPGRADE
Browse files Browse the repository at this point in the history
  • Loading branch information
lksilva committed Jul 30, 2018
1 parent 21f7e46 commit 8201157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/react-br.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Nas versões anteriores, se eu tiver um componente composto complexo e então mu

![](https://user-gold-cdn.xitu.io/2018/6/25/164358b0310f476c?w=685&h=739&f=png&s=61462)

If the call stack is too long, and complicated operations are performed in the middle, it may cause the main thread to be blocked for a long time, resulting in a bad user experience. Fiber is born to solve this problem.
Se a pilha de chamada for muito longa, e complicadas operações estiverem no meio, isso pode causar um bloqueio a thread principal por um longe tempo, resultando em uma experiência ruim para o usuário. Fiber nasceu para resolver esse problema.

Fiber is essentially a virtual stack frame, and the new scheduler freely schedules these frames according to their priority, thereby changing the previous synchronous rendering to asynchronous rendering, and segmenting the update without affecting the experience.

Expand Down

0 comments on commit 8201157

Please sign in to comment.