React Hooks: Gentle Introduction! 🚀
In this article I'll try to explain in a simple way what are the React Hooks and why it's good to use them when developing your React/React Native apps.
Since React 16.8.0, there is a new way of calling async code in a really elegant way as