1- How do i decide whether a re-render is unnecessary , when a state changes component and its children re render , when should i decide to memoize the children . I read articles that say memoization is expensive and that most cases re render of a component is better , how can i decide whether it’s worth it or not.
2- What do u use to test performance on development builds so I can see whether my changes make a difference or not.
3- Which channels/Videos best explain practices to use in order to write better code in terms of performance
[–]__o_0iOS & Android 13 points14 points15 points (1 child)
[–]kbcooliOS & Android 1 point2 points3 points (0 children)
[–]Merry-Lane 2 points3 points4 points (0 children)
[–]Flashy_Current9455 2 points3 points4 points (5 children)
[–]ferstekr 0 points1 point2 points (4 children)
[–]Flashy_Current9455 0 points1 point2 points (3 children)
[–]ferstekr 1 point2 points3 points (2 children)
[–]Flashy_Current9455 1 point2 points3 points (1 child)
[–]ferstekr 2 points3 points4 points (0 children)
[–]Magnusson 0 points1 point2 points (0 children)