Skip to content

does enabledFreeze prevent only UI from re-rendering ? #2094

Closed Answered by tboba
chanphiromsok asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @chanphiromsok, yes that's right. When you have react-freeze enabled in your application, JS still can perform operations on the previous screens, but UI on those screens does not update! You can take a look how does it work on TestsExample -> TestFreeze (replace Test42 to TestFreeze in App.tsx to make it work).

Let me know if you have any more questions 🙏
Cheers

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@chanphiromsok
Comment options

Answer selected by tboba
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants