INFO 253 - Front End Web Architecture
Course webpage for INFO 253 at the School of Information
Project maintained by UCB-INFO-FRONTEND-WEBARCH
Hosted on GitHub Pages — Theme by mattgraham
Class Prep: Intro to React
React Primer 2
Go through the following walkthrough with your local react setup
Note: be sure to import the appropriate packages at the top of your index.js file:
import React from "react";
import ReactDOM from "react-dom";
- Handling Events
- Conditional Rendering
- Lists and Keys
- Forms