Logo
BEAUTY IN SIMPLE

React

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

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

Tutorial

React Context API: updating Context from a nested component (in functional components with Hooks and class components)

How to update React's Context from a nested component in two ways: using functional components with React Hooks and using class components.