itenium-be / React-New-Features

React.js tutorial. Claim an exercise by replying to the issue. Create a PR per Task (per checkbox).
4 stars 4 forks source link
tech-talks

React

Wifi

itenium-guest: Wifi4Ufree

Run

# Fork https://github.com/itenium-be/React-New-Features on Github

git clone https://github.com/your-user-name/React-New-Features
cd React-New-Features/react-socks
npm install
npm start

Of als je het vergeten bent te forken:

git remote rm origin
git remote add origin https://github.com/your-user-name/React-New-Features

Cheat Sheet

Voor tijdens de oefeningen misschien handig :)
devhints.io/react

Today's Menu

create-react-app

npx create-react-app react-socks --typescript

cd react-socks
npm install react-router-dom --save
npm install node-sass --save

Not Covered

The new profiler.