React Articles

Sorted By: Most Recent
Niraj Tulsyan Niraj Tulsyan
Updated on March 18, 2024

It’s Time to Make the Switch From Ruby on Rails to Javascript

Ruby on Rails has long been a staple for building web applications, but JavaScript’s flexibility has made it the go-to programming language. Here’s why it’s time to make the switch. 

Image: Shutterstock / Built In
Harikrishna Kundariya Harikrishna Kundariya
Updated on January 30, 2024

15 Top React Carousel Component Libraries to Know

React carousel libraries offer a UI component that enables users to navigate through different items on a page efficiently. Here are the most common ones.

Image: Shutterstock / Built In
Akshay Kumar Akshay Kumar
Updated on January 30, 2024

A Guide to Web Development Frameworks

A web development framework is a collection of tools, libraries and best practices that make it easier to create, maintain and scale websites. Here’s how to pick the right one for your team.

Image: Shutterstock / Built In
Cem Eygi Cem Eygi
Updated on December 18, 2023

React Props Explained With Examples

Props is a special keyword in React that stands for properties and is used for passing data from one component to another. Learn more.

Image: Shutterstock / Built In
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.

Image: Shutterstock / Built In
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.

Image: Shutterstock / Built In
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.

Image: Shutterstock / Built In
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.

Image: Shutterstock / Built In
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.

Image: Shutterstock / Built In
Julia Zolotarev Julia Zolotarev
Updated on March 15, 2023

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!