DDocumaticindocumatic.hashnode.dev·Feb 8, 2023 · 5 min readAxios to consume REST API in ReactIntroduction Today, most applications build consume data from an API. These API centric applications have various ways and technologies used to make requests to the API. How do you consume API in your Application? What Technologies do you use? In thi...00
DDocumaticindocumatic.hashnode.dev·Feb 8, 2023 · 4 min readAdding Loaders to React using Chakra UIIntroduction There are various components in a modern website. We try to implement those that are necessary and often forget some components. This component is necessary for accessibility. Loaders are that component. Loaders will let tell the user th...00
DDocumaticindocumatic.hashnode.dev·Dec 18, 2022 · 7 min readWhen to Use Functional Programming vs OOPBack in the old days, software projects were relatively simple in terms of scope and lines of code. However, through time, software projects have become drastically complex and the good old procedural programming paradigm no longer suffices. The more...00
DDocumaticindocumatic.hashnode.dev·Dec 18, 2022 · 18 min readBuild a Blog API With JWT Authentication Using Django Rest FrameworkDjango REST framework is a powerful and flexible toolkit for building Web APIs. You can easily build a REST API using DRF and consume the endpoints from a React, Angular, or other Frontend application. DRF provides a lot of features out of the box to...00
DDocumaticindocumatic.hashnode.dev·Dec 15, 2022 · 5 min readWhy use NextJS?Introduction Next.js is an open-source, lightweight and JavaScript framework, which allows you to develop fast and user-friendly web applications and static websites using React. It is a ReactJS framework for building server-rendered web applications...01M