USA:+1-703-445-4802
India:+91-8143111555 / +91-8790216888
Whats app: +91-8143110555

ReactJS and Redux Training in Hyderabad India

React.js and Redux

React is front end library developed by Facebook. It's used for handling view layer for web and mobile apps. ReactJS allows us to create reusable UI components. It is currently one of the most popular JavaScript libraries and it has strong foundation and large community behind it.

Redux is a predictable state container for JavaScript apps. (If you're looking for a WordPress framework, check out Redux Framework.) It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test.

This Introduction to React and Redux training class teaches developers how to use React to build single-page web applications using the Component design pattern as implemented by the React framework. It includes a broad exploration of the varied features of React and Redux.

Prerequisites
  • JavaScript 
Duration: 32hrs

Course Content:

  1. Overview
    1. What is React? What problem does it solve?
    2. What is Redux? What problem does it solve?
  2. ES2015 and JSX
    1. ES2015 features which impact React and Redux
    2. How to create components with ES2015
    3. Using Babel for ES2015 and JSX
    4. Using WebPack with React/Redux Development
    5. Immutable Programming & Immutable.js
  3. React - Creating Components
    1. Using createClass
    2. Extending React.Component
    3. Stateless Functions
    4. Referencing DOM Elements
  4. React - Create Element & JSX
    1. Rendering
    2. Passing Props
  5. React - Working with State
    1. Initializing State
    2. Updating State
    3. Working with Forms
  6. Composing Components
    1. Sibling Components and Keys
    2. Parent and Child Components
    3. Props and State
  7. Component Life-Cycle
    1. Events
    2. Functions
  8. Server Rendering
  9. Redux - Reducer Functions
    1. Immutable Programming and State
    2. Setting up and Handling Actions
    3. Combining Reducer Functions
  10. Redux - Store
    1. Dispatching Actions
    2. Subscribing Components
    3. Working with Middleware
    4. Asynchronous Actions
  11. Unit Testing - Tools
    1. Jest & Jasmine
    2. Enzyme
    3. TestUtils
  12. Unit Testing - Testing React
    1. Testing DOM Manipulations
    2. Testing Properties and State
    3. Simulating Events
    4. Shallow Rendering
  13. Unit Testing - Testing Redux
    1. Unit Testing Containers, Routes and Root Containers
    2. Unit Testing Mutations
  14. Conclusion