Javascript

Understanding the React useMemo Hook — step-by-step Javascript tutorial on Progressive Robot

Understanding the React useMemo Hook

This article will explore how re-rendering works in React, why that is an important consideration for React applications, and how the `useMemo` hook can leverage it to create a performance boost in your applications.

Read more
How To Submit AJAX Forms with JQuery — step-by-step Javascript tutorial on Progressive Robot

How To Submit AJAX Forms with JQuery

While vanilla JavaScript continues to catch up to JQuery in terms of capability and cross-browser consistency, handling form submissions in JavaScript can still be a minefield of gotchas and inconsistency.

Read more
How To Use The Apollo Client GraphQL with Angular 4+ — step-by-step Javascript tutorial on Progressive Robot

How To Use The Apollo Client GraphQL with Angular 4+

Apollo Client is the flexible, community-driven GraphQL client for Angular, JavaScript, and native platforms. It is designed from the ground up to make it easy to build UI components that fetch data with GraphQL. This article is a quick summary about how to use Apollo client GraphQL with your Angular 4+. Therefore you need to know about GraphQl and Angular 4+ before you read the following post.

Read more
CHAT