#react-native
Read more stories on Hashnode
Articles with this tag
Think of memoization as caching a value/Component so that it does not need to be recalculated/re-rendered.All of them can improve performance, but...
I was working on a project that needed to move the user to the bottom of the page when the screen was small. Imported a button with absolute position,...