najmuddin.kaishar

AngularJS, MEAN

Node Version Using .nvmrc

Introduction When we are working with multiple Node.js and React.js projects, managing different Node versions will be very challenging. There is a tool that is simple and powerful that saves us from version-related problems which is the .nvmrc file. This tool ensures that every React.js and node.js project uses the right node version....

06-Mar-2024

React.js

Using React’s useMemo Hook

Introduction React has many built-in useful hooks that you can use in your application. With the release of React 16.8 introduces a new hook that is useMemo. This hook improves the performance of your application. What Is useMemo() useMemo() hook in React significantly improves the performance of your components. This hook is designed...

21-Jan-2024