ReactJS βοΈ 5 min read 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 βοΈ 4 min read 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 βοΈ 5 min read 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 βοΈ 3 min read 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