Forge/

Redux Integration Sample

/
  • Redux Integration Sample - Screen-Thumbnail
  • Redux Integration Sample - Screen-Thumbnail
  • Redux Integration Sample - Screen-Thumbnail
  • Redux Integration Sample - Screen-Thumbnail
  • Redux Integration Sample - Screen-Thumbnail
Redux Integration Sample - Screen
Asset Version: 1.0
Last Published: Mar 5, 2018
This sample app shows how you can incorporate a state management based on <a href="https://redux.js.org/">Redux</a> within your Kony app.
App Preview Code
UANBA
Requirements
  • HCL Volt MX Iris
  • HCL Volt MX Foundry
Devices
  • phone
Platforms
  • android
  • iOS

Live preview the asset using App Viewer

App Preview Code
UANBA
Scan with App Viewer

This sample app demonstrates the use of a state container based on Redux by utilizing the standard Redux JavaScript library within your Kony app. Redux provides the ability to maintain the state of single page applications (SPA).
 
It is based on three principles:

  • Single source of truth 
  • State is read-only 
  • Changes are made with pure-functions

 
For more info on redux visit https://redux.js.org and view the provided Redux Integration Guide.
 
Prerequisites
Before using the sample app, ensure you have the following:

  1. A Kony Account. You can register for one at https://manage.kony.com/registration
  2. Kony Visualizer Enterprise V8 SP1 and above
  3. Kony Fabric V8 Service Pack 1 or above
  4. Node JS server (Optional: Only needed for the Node example within the sample app)