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

Installation

Install NodeJS Setup React Toolchain - Create React App

React Primer 1

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. Hello World
  2. Introducing JSX
  3. Rendering Elements
  4. Components and Props
  5. State and Lifecycle