viciu / react-europe-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Europe React.js Workshop

May 15-16, 2018

Created and Led by Ken Wheeler, Brandon Dail, and Emma Brillhart

Welcome to Intermediate React.js! We're excited to have you. We'll be covering a variety of topics over the next few days, including Context, Universal Components, Async Safe Patterns, Portals, and more. See a full schedule here.

Set-Up

What you need

To install and run these exercises you'll need:

  1. Node (v8.0 or later please)
  2. Yarn
  3. Git (you probably already have this)

Installation

Please clone the repo to your personal computer. Feel free to fork it first if you want to mess around with stuff later on. All of the exercises and solutions that we'll cover over the next two days are contained in subfolders.

git clone https://github.com/aweary/react-europe-workshop
cd react-europe-workshop

Install the dependencies for every excercise. This might take a long time

yarn
node install.js

When we're about to start an exercise, the instructor will tell you how to start it. It will usually just involve cd'ing into the {session}/exercise folder and running yarn start

About


Languages

Language:JavaScript 93.1%Language:HTML 5.5%Language:CSS 1.5%