with Older Versions of React\
13:01 BrowserHistory in Production
32:47 React Integration with 3rd Party Libraries
51:30 Introducing JSPlaygrounds for Rapid Prototyping
1:03:48 What is React_ CodePen Mini Project
1:14:06 App Overview and Goals
1:20:56 Exploring the Posts Api
1:34:23 Installing React Router
1:36:59 React Router - What is It_
1:42:33 Setting Up React Router
1:47:12 Route Configuration
1:52:29 Nesting Of Routes
2:00:31 IndexRoutes with React Router
2:05:36 Back To Redux - Index Action
2:11:26 Catching Data with Posts Reducer
2:17:55 Catching Data with Posts Reducer Continued
2:20:34 Fetching Data with Lifecycle Methods
2:26:17 Fetching Data with Lifecycle Methods Continued
2:33:08 Creating New Posts
2:38:31 Navigation with the Link Component
2:42:57 Forms and Form Submission
2:53:10 More on Forms and Form Submission
3:00:47 Passing Control to Redux Form
3:08:38 CreatePost Action Creator
3:20:00 Form Validation
3:28:28 Form Validation Continued
3:37:19 Navigating on Submit
3:49:57 Posts Index
3:54:28 Dynamic Route Params
4:01:37 Loading Data on Render
4:07:23 Handling Null Props
4:12:54 Delete Action Creator
4:20:01 Navigate on Delete
4:22:27 ReactRouter and ReduxForm Wrapup