Muhamad Amir Azmi

Software Developer

All Articles

3 November 2023

My Commonly Used React Hooks

React hooks are the common way to interact with the component in various behaviour. Before React hooks being introduced, we are exposed with component lifecycle and component state with class based component. Now, we can do the same thing with React hooks.

2 March 2023

React vs Vue - Local Component State

React and Vue are some of the most popular front end frameworks that makes the web application becomes Single Page Application (SPA). Those frameworks using components approach for building UI for web application. So, it is necessary to have some kind of temporary data store for each component that can store any value and update the UI and content based on the value stored.