Building Chrome Extensions with React
⚛️

👋🏼
Joe Previte

@jsjoeio

My Background

freecodecamp logo

freeCodeCamp alumni

digital air strike logo

Front End Engineer

egghead logo

egghead instructor

I could build a Chrome Extension with React.

Agenda

  • Demo extension I built
  • How they work
  • Boilerplate to started

Timezoner

Chrome Exts. Overview

  1. User clicks icon
  2. Chrome loads files:
    popup.html
    popup.js
  3. User interacts with popup

Boilerplate

GitHub Repo