Skip to content

dnbard/react-tutorial

Repository files navigation

React Overview (GlobalLogic Ukraine)

react-complexity

  1. Introduction to React
  1. Getting Started
  1. Gulp + Mocha integration

  2. Component lifetime cycle

  3. Components

  • Properties and state
  • Property validation
  • Data-binding
  1. Component testing
  1. Cross-component communication
  • Properties
  • Events
  • Handlers
  1. Animation

  2. React Router

  3. Context

  4. Flux

  5. Redux

  1. Tips

Installation

You should have NodeJS version >=4 & <6 Don't forget to run npm install in every folder before running the examples.

How to run examples

Usually it is enough to run npm start to run the example. First example doesn't use npm so just open index.html in this case.

Additional console commands

  • gulp - default command to start development server with debug version of application; usually an alias to npm start
  • gulp script:test - run tests once
  • gulp build - build production version of application; an alias to npm run build

About

Examples for React course in GlobalLogic Ukraine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published