Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

kalohq/learning-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learning-react

A series to learn React!

Part 1 - Introduction/Taster

This first session will be a super quick shallow dive into what React is and what you can do with it - by the end of it everyone should have built some UI (or it could go chaotically wrong, who knows!). It is very much a taster and hopefully catered to people at all levels.

I would recommend people get into pairs to work through the problems which will come up, ideally where half the pair has some engineering experience to help the newcomers!

Before we begin please make sure you (your pair) follow these steps...

  1. Ensure you have node (>=v6) installed on your machine. Download it here.
  2. Clone this repository somewhere on your machine (use the desktop client if you don't want to setup git)
  3. Ensure you have your editor setup and ready to start hacking on the /part-1 directory.
  4. Run npm install or yarn install in the /part-1 directory.

Give someone a shout in #learning-react slack channel if you need some help setting up!

Part 2 - React Patterns

This session will be diving deep into the data flow of React and exploring what patterns are enabled. All "magic" should be demystified!

Before we begin please make sure you have followed these steps to save time...

  1. Ensure you have Node >= v6 installed
  2. npm install -g create-react-app@1.4.0
  3. create-react-app my-react-app (wherever you want to create a new project)
  4. Set up your IDE ready to go in that newly created project directory

Once ready lets go!

Releases

No releases published

Packages

No packages published