1_ Simplest webpage with React from CDN

2_ What is JSX and how it compiles to JavaScript

3_ How to create simple webpage with About page as component

4_ Differences in event handlers in ES5/6

5_ How to manage state in React

6_ How to create simple webpage with About page as component

7_ How to use Router

8_ Describe properties and state

9_ Lifecycle events

10_ how to display a list

11_ What PropTypes are avaibale

12_ Set property expectations with PropTypes

13_ Create store in code with Root reducer

14_ Create action for 'create person' operation

15_ Describe reducers in context of create person functionality

16_ Describe Root reducer

17_ Simplest way using Redux

18_ Data flow with Redux after user clicks createPerson button

19_ How to use mapDispatchToProps()

20_ How to use bindActionCreators

21_ How to install MobX

22_ How manage state with MobX

23_ How to confige Node for TypeScript debugging - seeing typeScript code

24_ How to use jQuery with TypeScript 1

25_ How to use jQuery with TypeScript 2 with node.js

26_ How install and configure Mocha

27_ How write a dummy test for Mocha

28_ Write a test to test add() function

29_ How to write test setup or tear down

30_ How to write custom test suite with setup or tear down

31_ Install Expect and write a test for add() function

32_ Install Chai and write a test for add() function

33_ How to mock calls with 'expect' library'

34_ Compare Chai and Expect assertion libraries