File: README.md

package info (click to toggle)
quickflux 1.1.3%2Bgit20201110.2a37acf-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,036 kB
  • sloc: cpp: 2,874; makefile: 26
file content (10 lines) | stat: -rw-r--r-- 394 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Photo Album Example (middleware)
================================

Purpose: Demonstrate the use of Middleware

    /actions - ActionTypes and ActionCreator
    /stores - Store
    /middlewares - Middlewares
    /components - Dump UI components (Have no app dependencies. Receive only props, providing data and signal)
    /views - Smart UI Components (Receive data from Store and call actions)