Logo
BEAUTY IN SIMPLE
Tutorial

How to write and use custom hooks in React.js

Tutorial about how to write custom hooks in React.js. In this tutorial, we will write hooks for smooth scrolling, document title update, and browser URL change.

Tutorial

Javascript: How to access the return value of a Promise object

How to return a value from a Javascript's Promise object and then use it later in a code.

Tutorial

Render, update, and transform Excel spreadsheet data into an array of objects using React.js

@ramonak/react-excel library to render, update, and transform Excel spreadsheet data into an array of objects using React.js

Tutorial

How to develop a custom Google Analytics Dashboard using Google Analytics Reporting API v4 and React.js

The blog post about how to enable Google Analytics Reporting API in Google developers console, create OAuth 2.0 client ID and develop a custom Google Analytics Dashboard using React.js.

Tutorial

How to publish a custom React component to NPM using Create React Library

How to create a custom React component and publish it to NPM using create-react-library.

Tutorial

React: How to create a custom progress bar component in 5 minutes

How to create a custom progress bar component in 5 minutes from scratch with animation

Tutorial

How to upload a file to Amazon S3 in Java (using Vaadin framework)

How to upload file to Amazon S3 in Java, but with UI build with Vaadin framework

Tutorial

React: how to dynamically sort an array of objects using the dropdown (with React Hooks)

How to dynamically sort an array of objects using dropdown and React Hooks and render it in React