6 followers
Software Engineer @ KAPX | Full Stack Web Developer (MERN) | Web3 | Blockchain
Introduction Next.js is an open-source development framework built on top of Node.js enabling React based web applications functionalities such as...
Serverless backend refers to a type of architecture where the server infrastructure is fully managed by a cloud provider, such as AWS, Azure, or...
What is JSX? JSX is a syntax extension for JavaScript that allows you to write HTML-like code in your JavaScript files. It was designed to make it...
The useRef hook is a useful tool for managing references to DOM elements in your React components. To understand what the useRef hook does, it's...
The useContext hook in React is a way for a functional component to access the context of a parent component, without the need to pass the context...
The useCallback hook is a useful tool in React for optimizing the performance of your components by avoiding the creation of unnecessary functions. It...