Skip to content

chalisegrogan/hel-pie-day-react-presentation

Repository files navigation

Why You Should Use Smaller Components

Or: Chalise's React Presentation on Rendering

Presentation given:

  1. HEL Architecture Review on March 14, 2019. Or, pie day! 🥧
  2. Front-End Symposium on July 8, 2019.

This is intended to be used with a demo: https://codepen.io/chalisegrogan/pen/BbJqyo.

Getting Started

  1. Clone this repo

    git clone https://github.com/chalisegrogan/hel-pie-day-react-presentation.git
  2. Install dependencies

    yarn install
  3. Start the webpack server. The server will run at localhost:3000.

    yarn start

References