React Bootcamp
React Bootcamp
Day1
What is a framework ?
reusable components.
simplicity.
page apps.
Why we chose React ?
Folders
Yarn
of your app.
Understanding React files
Files
index.html : The main html file where the
react app is rendered
like babel.
Rendering in React
Components
Parent Child
Exercise
function properties ).
Exercise
Exercise
You will use a button to flip between the two pages. This means
When the user clicks the "Login" button, they should see the login
form
When the user clicks the "Register" button, they should see the
registration form.
Login will need name and password fields while Register need
name,email and password fields
Final Project:
Build a basic blog app where users can create, view, edit, and delete blog posts.