What is Next.js? React is a library for building user interfaces. It's not feasible to create a fully-featured application ready for production. We need t…
Read more »JavaScript pseudo classical inheritance pattern JavaScript is not computer language based on class. So developers have used pseudo classical inheritance patter…
Read more »React provids a variety of hooks developer can use. However, some developers want to make custom hook which they need in specific case. So, On this post I in…
Read more »1. useReducer useReducer is a hook that helps manage state. It's an alternative to useState. It's useful for handling complex state logic where the n…
Read more »1. forwardRef forwardRef is React hook which can allow parent component to pass HTML Element through a child component to access child's underlying DOM n…
Read more »