What is React Native? React Native is an open-source mobile application framework created by Facebook. It is used to develop applications …
React API Tutorials
How To Create a React App Using Typescript
What is Typescript? TypeScript is a typed superset of JavaScript that compiles to plain JavaScript... typescriptlang.org You have no …
How to Create a Multi-Page React App
What is a SPA? Single Page Applications (SPAs) are applications that use one webpage for all their features. In the past, websites …
How to Fetch Data from an API with React Hooks
What are React Hooks? If you are brand new to React and APIs consider checking out: How To Use an API with ReactJS How To …
How to Fetch Data From a GraphQL API in React
What is GraphQL? Unlike most traditional REST APIs, GraphQL APIs only have a single endpoint to retrieve all the required data for your …
How to Display API Data Using Axios with React
What is Axios? Promise based HTTP client for the browser and node.js Axios is a JavaScript library for managing your code's ability to …
How to use the Google Maps API in React
Google Maps API Overview The Google Maps Geocoding API is easy to understand and easy to use API. But first, we have to understand what …
How To Use an API with ReactJS
Intro A client recently asked me, "Do you know how to use APIs?". Frankly, I hesitated when answering because I thought, "What do you …
Build a Dictionary App with the WordsAPI (JavaScript)
Why Build JavaScript Dictionary Apps? There are many easy ways to look up words these days. However, what can separate a normal app from a …
How To Create a Weather App with React (OpenWeatherMap API)
What Is React (ReactJS)? At first glance, React is a front-end JavaScript library created by Facebook that is used to create …
Build a Movie App with the IMDb API & React (Node.js)
Today we’ll learn how to build a simple web app that lets a user find and display information about their favorite movies using the RapidAPI …