Universal JavaScript with React, Node, and Redux

Universal JavaScript with React, Node, and Redux

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 2h 08m | 516 MB

Leverage the power of React, Redux and Node to build complete web applications in pure JavaScript

The latest trend in web development, Isomorphic JavaScript, allows developers to overcome some of the shortcomings of single page applications by running the same code on the server as well as on the client. Leading this trend is React, which when coupled with Node, allows developers to build JavaScript apps that are much faster and more SEO-friendly than single page applications.

Universal JavaScript is the latest evolution in modern web development. It allows developers to overcome some of the shortcomings of single page applications by running the application code interchangeably on the server as well as on the client. This beginner friendly video course is a solid start for building real, production ready universal React apps.

The video will Takes you from a beginner to working with node.js and React on the server and the client. It covers the fundamentals of the full set of technologies that you need to know in order to become an Universal JavaScript developer. Teaches you the skills required to become competent and comfortable sharing your JavaScript application on the client and sever environments.

What You Will Learn

  • Concepts of Universal JavaScript and its application
  • Fundamentals of technologies for Universal JavaScript developer.
  • Foundation react features and frameworks.
  • Redux data flow and integration with React.
  • Running react and Redux on the server
  • Application platforms for building production ready universal React apps
Table of Contents

01 The Course Overview
02 Defining Universal JavaScript
03 Why Universal JavaScript
04 Different Categories of Universal JavaScript
05 Using Abstractions
06 Sharing Views, Routes, and Models
07 Node.js and NPM
08 Installing Prerequisites
09 Configuring Babel and Webpack
10 Building and Running
11 Pure React
12 React in JSX
13 ReactDOM
14 Passing Properties
15 React Router
16 Redux Basics – Actions, Reducers, and Store
17 React-Redux
18 Redux and React Router
19 ReactDomServer
20 Server – Handling the Request
21 Server – Generating Initial State
22 Client – Hydrating and Rendering
23 Client – Page Transitions
24 electrode.io
25 mern.io
26 react-server.io
27 next.js