5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Skills     Software Design and Development     Mobile Development     Cross-Platform Development
Flux is a pattern of unidirectional data flow designed to handle data flows throughout an application. There are numerous implementations of Flux, all subtly different. This course covers the use of Facebook's Flux pattern within a web application developed in React.

Objectives

A Flux Overview

  • start the course
  • describe Flux and how it fits with React
  • describe the core Flux concepts
  • configure a basic Flux action
  • configure a Flux dispatcher
  • create a Flux store
  • configure a controller view in a Flux application
  • describe the flow of events in Flux
  • use the five functions in Facebook's Flux API

Working with Flux

  • configure Flux change listeners
  • register a Flux store with the dispatcher
  • configure private storage for a Flux store
  • configure Flux store interactions via actions
  • create an initialize action to initialize a Flux store
  • update data using Flux
  • add a Flux store listener
  • delete data via Flux

Practice: Flux

  • configure a Flux Action, Dispatcher, and Store