Tags → #hooks
-
Hooks Were Not Made To Give State To Functions
There is a misconception that hooks were created to simply give state to functions. This post goes over the reasons hooks were created and why you should know them.
-
React Native FlatList with Hooks
React Native recently added support to React hooks. Here is an overview of how to use FlatList with it.