React

6 Optimization Tips for React Apps — step-by-step Javascript tutorial on Progressive Robot

6 Optimization Tips for React Apps

JavaScript frameworks, especially React, have changed the way we build apps. Optimizing page load time is important because the time a page takes to load directly correlates with bounce and conversion rates. In this tutorial we will take a look at six common mistakes most developers make when building apps with React, and how to avoid them.

Read more
How To Build an Infinite Scroll Image Gallery with React and CSS Grid — step-by-step Javascript tutorial on Progressive Robot

How To Build an Infinite Scroll Image Gallery with React and CSS Grid

In this tutorial, we will use the React frontend Javascript framework and CSS Grid to build an infinite scroll image gallery, using the Unsplash API to embed the photographic images. Using a codepen coding challenge from Scotch.io as a base for our code, we will use React.js to build out the interface, Axios to make the HTTP requests, and the `react-infinite-scroll` library to implement the infinite scroll feature. Also, for this tutorial, we’ll employ React Hooks.

Read more
Comparing React, Angular, and Vue Which is the Best JavaScript Framework

Comparing React, Angular, and Vue: Which is the Best JavaScript Framework?

In the realm of modern web development, the choice of a JavaScript framework can significantly impact the success and efficiency of a project. React, Angular, and Vue stand out as three of the most popular and powerful front-end frameworks available today. Each framework brings its unique features, architecture, and community support to the table, making the decision-making process for developers complex. In this article, we will delve into a comprehensive comparison of React, Angular, and Vue, exploring their core features, performance attributes, developer experience, real-world applications, future trends, and ultimately aiding you in selecting the best JavaScript framework for your next project.

Read more
CHAT