Home > Tutorials > Web Design

Tutorials - Web Design and Development

Tutorials on designing user interfaces with front-end frameworks such as React js, Next js, Vue js, and Angular js. All you need to know about Html, Javascript, CSS style sheets, and much more.
Setting selected option of a select in React

Setting selected option of a select in React

How to set the selected option of a select in React (React controlled and uncontrolled components)
July 27, 2022
Prevent copy and paste custom hook in React Js

Prevent copy and paste custom hook in React Js

How to use a custom hook to prevent copy and paste in a React Js component
July 29, 2022
How to use setInterval correctly in React

How to use setInterval correctly in React

This article describes the correct wat to use the setInterval function in React Js
July 30, 2022
How to call a rest api in react js

How to call a rest api in react js

This article describes two different ways to call a rest api in react js
July 31, 2022
3 ways to import a JSON file in React

3 ways to import a JSON file in React

This article describes how to import and use a JSON file in React Js
August 2, 2022
How to use React Js in HTML files

How to use React Js in HTML files

This article describes how to use React Js in HTML files
August 6, 2022
How to set a cookie in React Js

How to set a cookie in React Js

This article describes how to set a cookie in React Js
August 7, 2022
String to HTML in React Js

String to HTML in React Js

This article describes how to render a string of HTML
August 9, 2022
Adding dynamic properties in React Js

Adding dynamic properties in React Js

This explains how to add dynamic properties in React Js
August 11, 2022
Error Too many re-renders infinite loop in React Js

Error Too many re-renders infinite loop in React Js

How to solve Error: Too many re-renders infinite loop in React Js
August 13, 2022