Skip to content

Latest commit

 

History

History

react-redux-saga

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Sample - React Redux Saga

The sample shows you how to use the ScaleDynamics WarpJS SDK with React, Redux and Redux-Saga. The web application displays a list of users by requesting an HTTP proxy on Node.js side with a search feature.

👉 Try a live demo

Setup

Install

  • Clone the project
  • Go to the warp-samples/react-redux-saga directory
  • Run the following commands:
# install deps
$ npm install

# login to ScaleDynamics
$ npx warp login

Run

# run a dev server
$ npm run dev

# build and deploy to production
$ npm run build
$ npm run deploy

Resources