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";
  1. Handling Events
  2. Conditional Rendering
  3. Lists and Keys
  4. Forms