LearningTech

UI Arch

Flux

Description

Application architecture for building client-side web applications. It utilizes a unidirectional data flow.

Where to use

  • React Apps.
  • \n
  • Complex State Management.

Real World Example

Redux or Vuex state management.

Code Example

class Flux:
    def __init__(self):
        pass

    def execute(self):
        print('Executing Flux')