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 3 and API’s

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. Forms

Learn about APIs

  1. Video on APIs
  2. What is an API? In English, please
  3. Application Programming Interface (Wikipedia)