Jan 3, 2021
Learn to focus JSX elements in React function component using the useRef() hook
Jan 3, 2021
Learn to write strongly type React function components in TypeScript
Jan 3, 2021
Learn to pass multiple arguments to onClick event handlers in React
Dec 21, 2020
Do a server side redirect in Next.js and React using the nodeJS response.writeHead() method
Dec 20, 2020
Get the query string params in express using the Request.query property
Dec 14, 2020
Sort an array of alphanumeric values in JavaScript using the String.localeCompare() method
Dec 7, 2020
Convert ASCII code to sting and character and vice versa in JavaScript
Dec 5, 2020
How to call a parent component method in a child component in React and Typescript
Dec 2, 2020
Embed a Youtube, Facebook, Twitch or any other external video on your React app using react-player
Nov 29, 2020
Learn how to pass a component props to the makeStyles API in React Material UI that dynamically change the style property
Nov 29, 2020
Learn how you can pass an entire component as props in React and TypeScript
Nov 26, 2020
In this tutorial, I have discussed 2 ways to get the last element of an Array in JavaScript
Nov 25, 2020
How to scroll to the bottom of a JSX element using useRef() hook
Nov 22, 2020
Scroll to the top of the page in React using useEffect() react hook
Nov 22, 2020
You will learn to apply React material ui useMediaQuery() hook to detect dark mode theme
Nov 20, 2020
In this tutorial, you will learn how you can check if dark mode is enabled on your browser using the window.matchMedia() method
Nov 18, 2020
Learn the easiest way to find whether the given array is empty or not
Nov 17, 2020
Learn to use Array.shift() method and array destructuring to remove the first element of an array in JavaScript
Nov 16, 2020
Learn how you can use Array.isArray method to check if an object is an array in JavaScript
Nov 15, 2020
In this tutorial, you will learn how you can add a new element at the beginning of an array in JavaScript using unshift() method and array destructuring
Nov 15, 2020
Learn how to submit a controlled login form in React using html form onSubmit attribute
Nov 14, 2020
Learn to use the replace() and the split() method to remove a substring from a string in JavaScript
Nov 14, 2020
In this tutorial, learn how you can conditionally route in React when a user login into a react app using PrivateRoute component
Nov 10, 2020
Learn how you can pass data between the routes using react-router-dom
Nov 8, 2020
Learn to conditionally show and hide components in React using useState hook
Nov 7, 2020
Import a css file from the public folder in React
Nov 7, 2020
Learn to change the font-weight of the React Material UI Typography component to bold
Nov 2, 2020
Learn to change the font family of React Material UI Typography
Oct 3, 2020
Learn to create a custom hook to get query params of a URL in React
Oct 2, 2020
Learn to add an item to a state Array in React using the spread operator and the concat method
Oct 2, 2020
Learn to render a list of items in React using the Array.map() method
Sep 30, 2020
Learn to convert a boolean to a string in JavaScript
Sep 27, 2020
Learn to convert a string to a boolean in JavaScript
Sep 26, 2020
In this tutorial, I have discussed what the best way to set a /public folder image as a background image in React JSX
Sep 24, 2020
In this tutorial, you will learn to remove the last character of a JavaScript string using the substring() and the slice() methods
Sep 24, 2020
In this tutorial, you will learn to handle an error in JavaScript async await
Sep 24, 2020
In this tutorial, you will learn to break out of the array.forEach method in JavaScript
Sep 24, 2020
In this tutorial, I have discussed 3 ways to get the first element of a JavaScript array
Sep 21, 2020
In this tutorial, I have discussed different ways to get the current URL and pathname in React - uselocation hook and window.location object
Sep 17, 2020
2 JavaScript Array methods to check if a value is present in an array of objects; some() and find() methods.
Sep 16, 2020
A practical guide on how to deploy or host your React app on Github Pages for free using 6 simple steps.
Sep 16, 2020
In this tutorial, I have discussed how you can use disabled attribute of a button element to disable the button when an input field is empty in React
Sep 15, 2020
In this tutorial, I have discussed how you can add google analytics to your Next.js website
Sep 14, 2020
In this tutorial, I have discussed 4 ways to check if a JavaScript string starts with a substring
Sep 12, 2020
In this tutorial, I have discussed how you can add a custom font and override the React Material UI font.
Sep 12, 2020
In this tutorial, I have discussed 5 ways to check if an JavaScript array includes a value
Sep 10, 2020
I have discussed how you can convert a decimal to a hexadecimal and a hexadecimal to a decimal number using toString and parseInt methods respectively.
Sep 9, 2020
A practical guide on how to create a custom ThemeProvider component to switch between light mode and dark mode theme in React material UI
Sep 9, 2020
A practical guide on how you can create a react login form and form validation with Typescript, React hooks and Material UI
Sep 8, 2020
In this tutorial, I have discussed how to check if a sting contains a substring in JavaScript using includes() and indexOf() methods
Sep 7, 2020
In this tutorial, I have discussed two ways to merge two or more arrays in JavaScript
Sep 7, 2020
I have discussed two ways to change the default port of a Svelte app
Sep 7, 2020
Uppercase the first letter of a sting in JavaScript using slice() and toUpperCase() methods
Sep 6, 2020
Created a custom React component with React Helmet to dynamically set a page meta title tag.
Sep 5, 2020
4 best ways to repeat a string for N number of times in JavaScript, using Array.join(), string.repeat(), for loop, and recursion
Sep 3, 2020
4 different ways to convert an array to a string in JavaScript - forEach, join, reduce, and toString methods.
Aug 29, 2020
You will learn 3 ways to conditionally render components in React
Aug 27, 2020
A couple of approaches to condtionally apply class names in React JS
Aug 26, 2020
for-of loop and array.map() method, a practical guide on how to loop through an array of objects in React
Aug 21, 2020
From Github Pages to Netlify, 4 best free websites hosting sites for Javascript developers.
Apr 12, 2020
Things to consider when building a personal blog website with React