ReactJS Integrating REST API in ReactJS with fetch & useEffect Integrating API in a React App can be easily done with simple APIs & file structure. Let’s see how to integrate an API in React app with Fetch & useEffect Hook.
JavaScript FormData API: Handle Forms like Boss ? Handling Forms has always been confusing as there are many ways to do so. Let's take a look at the cool features of FormData API to handle Forms.
GraphQL Introduction & Quick Guide to GraphQL for BackEnd & FrontEnd GraphQL is an API query language. It provides a runtime to describe & query the data for any storage. Here is an Introduction & Quick guide on GraphQL
JavaScript GoodBye XMLHttpRequest; AJAX with fetch API (with Demo) AJAX is a crucial part of any Web App. The primary way to do AJAX is through XMLHttpRequest. JavaScript has new fetch API which will remove the need to use the weird XMLHttpRequest