Press ESC to close

Or check our Popular Categories...
Category:

react

5 Articles
5
4 min read

Axios to consume REST API in React

Introduction 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 this article, we will be looking at Axios, a third-party promise-based HTTP Client library for...

4 min read

Why 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....