promyz.hashnode.devBuilding a User Authentication System in React Native: Using useContext and React NavigationAuthenticating a user is one feature that is very important when building any application. Except the application is a single page app, navigating would also crucial part. Unlike web browsers, where navigation can be done using the react router in Re...Dec 26, 2023·6 min read
promyz.hashnode.devCreating React Forms With Custom HookIn any application we are developing, we always need a form and that could be easy to implement with react using useState, but in cases where we need more than one form, it becomes hectic and stressful because we always need to call an onChange funct...Jan 31, 2023·2 min read
promyz.hashnode.devUnderstanding React StateReact is a Popular and Powerful Frontend library used in building User Interfaces. In this article, I will help you understand a very important concept in React known as the State. Firstly, the goal of the React State is to help us create a componen...Dec 29, 2021·2 min read