Real World RX

Real World RX

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 1h 18m | 301 MB

Become efficient and up to date with an in depth coverage of real- world RX

The course starts by creating your first RX-ified Node app. You then move on to installing Node, Express, RXJs, SocketIO, MongoDB, Mongoose, Request, and Response. You’ll also explore basic routing, integrating MongoDB and Mongoose with the app.

You will learn how to write basic queries using Mongoose ODM, understand how RX works with Express and Mongo, and then convert everything to streams.

This comprehensive yet easy- to- follow course will give you an understanding of socket connections and integrating Socket IO with your app. We will show you how setting up authentication, error handling, and using gravatars can be as easy as 1-2-3. Moving along, you will also cover setting up React and explore a quick overview of React and Atomic State Management.

By the end of this course, you will have an understanding of Redux Middleware and will know how to create your own Chat interface, while also writing epic code, and executing code refactoring and error handling.

This course takes a step- by- step, tutorial- style approach to teaching real world examples in RX.

What You Will Learn

  • Install simple boilerplates for React
  • Work with unidirectional data flow
  • Global app state manipulation with Redux
  • Start with the simple Promise middleware
  • Create a Chat interface
  • Improve your code readability
  • Keep it simple by code refactoring
  • Learn error handling.
Table of Contents

01 The Course Overview
02 Setup
03 Understanding Express
04 Making Real-Time Application
05 RX-ify Applications
06 Error Handling
07 Setting Up React
08 React Overview
09 App Setup
10 React Stateless Components
11 Creating App Component
12 Making Chat Component
13 App Demo