React Articles

Sorted By: Most Recent
Akshay Kumar Akshay Kumar
Updated on November 21, 2023

A Guide to React Hooks With Examples

React Hooks are a new addition to React that allow you to use state and other React features without writing a class component.

A Guide to React Hooks With Examples
Akshay Kumar Akshay Kumar
Updated on September 25, 2023

Error Handling in React With Error Boundary: A Tutorial

Error boundary is a component in React that catches an error within a component tree and prevents it from crashing the application. Here’s what to know.

Error Handling in React With Error Boundary: A Tutorial
Antonello Zanini Antonello Zanini
Updated on September 05, 2023

How To Fix the ‘ERR_OSSL_EVP_UNSUPPORTED’ Error in Node.js

Learn how to get rid of the ERR_OSSL_EVP_UNSUPPORTED error once and for all in Node.js, React, Nuxt, Next.js, Gatsby and similar technologies.

How To Fix the ‘ERR_OSSL_EVP_UNSUPPORTED’ Error in Node.js
Jayanth Somineni Jayanth Somineni
Updated on September 05, 2023

How to Make API Calls in React With Examples

An API call in React refers to making a request to a web API from a React application. We can make an API call with: XMLHttpRequest, Fetch API or Axios.

How to Make API Calls in React With Examples
Jayanth Somineni Jayanth Somineni
Updated on June 14, 2023

Different Ways to Display Images in React.js Apps

Learn different ways of including images in React.js applications. Display great imagery, no matter your code’s style.

Different Ways to Display Images in React.js Apps
Julia Zolotarev Julia Zolotarev
Updated on December 19, 2022

What Is React?

React is a JavaScript library that will help you build user interfaces. The best part? It’s both performant and developer friendly.

What Is React?
Tammy Xu Tammy Xu
Updated on September 12, 2022

13 Best React Developer Tools

These libraries can make React development go a whole lot smoother.

13 Best React Developer Tools
Alex Zito-Wolf Alex Zito-Wolf
Updated on June 08, 2022

Starting Out in Software Engineering? Don’t Bother Learning React JS.

React JS has been an important framework in developers’ toolkits for a decade now. But if you’re just starting your career, you’re probably better off not spending time learning it.

Starting Out in Software Engineering? Don’t Bother Learning React JS.
Julia Zolotarev Julia Zolotarev
Updated on April 20, 2022

Create React App and TypeScript: A Quick How-To

So you want to use TypeScript in React but you’re not sure how to start. You’ve come to the right place!

Create React App and TypeScript: A Quick How-To