AGAbhrajit Guptainabhrajitgupta.com·Dec 18, 2024 · 6 min readRendering Concepts ( CSR, SSR, SSG, ISR )I am welcoming all of you to learn four concepts on website rendering. In this blog, we will be using Next.js framework to know those concepts, each suited to different use cases for immense improvement in website load/delivery speed. Let’s discuss t...00
AGAbhrajit Guptainabhrajitgupta.com·Apr 11, 2024 · 2 min readNumPy BasicsIn the world of programming, we need to work with arrays majority of the time. NumPy enhances computational efficiency by providing optimized functions and operations for array computing in Python. NumPy, short for Numerical Python is a Python librar...00
AGAbhrajit Guptainabhrajitgupta.com·Mar 30, 2024 · 3 min readMiscellaneous HooksIn this article, we'll explore three hooks: useContext, useMemo, and useCallback, along with simple examples demonstrating their usage. useContext hook: The useContext hook allows components to consume values from the React context without having to ...00
AGAbhrajit Guptainabhrajitgupta.com·Mar 29, 2024 · 2 min readReact RoutersIn the realm of front-end development, React has emerged as a popular choice for building dynamic and interactive user interfaces. One essential aspect of any web application is navigation - efficiently moving between different views or pages. React ...00
AGAbhrajit Guptainabhrajitgupta.com·Mar 28, 2024 · 4 min readHooks in ReactIn the 16.8 version of React, Hooks are introduced to developers. When you are building a react application, you require manipulating with the states of your websites in majority cases. Before hooks, only class components could manage state. If you h...03SNS