Skip to main content

Form Handling & Routing in React

React Form Handling

In traditional web development, when you create a form, the browser takes care of most things. ...

Deal With Forms In React

How do we add form, handling single/multiple form and submitting the form in React

Form Handling Exercise

Instruction Create a form that receive the 2 input and 1 submit button 1. Email 2. Password ...

Single Page Application

What is single page application ? A Single Page Application (SPA) is a web application or webs...

Navigation In React

How do we navigate across the page in React and how to manage all page

Routing exercise

Instruction Make a page call MainPage.jsx - In main page (Parent) there will be two button that...

Bank project Cont.

For this week, we going to continue on our bank project from last week by the following goals Go...