Skip to content

Instantly share code, notes, and snippets.

View jc-k91's full-sized avatar

Ju Chan Kim jc-k91

  • Los Angeles, CA
View GitHub Profile
@jc-k91
jc-k91 / hooks2.md
Last active July 16, 2021 14:41 — forked from brendanquirk/hooks2.md

Intermediate React

Setup

  • npx create-react-app intermediate-react
  • Delete all starter code in App.js
  • npm start to get the app running

Basic App.js Setup

import React, { useState } from 'react'