10 lines
266 B
Markdown
10 lines
266 B
Markdown
---
|
|
title: "Flux"
|
|
ring: assess
|
|
quadrant: methods-and-patterns
|
|
tags: [frontend]
|
|
---
|
|
|
|
[Flux](https://facebook.github.io/flux/) is an application architecture for building client-side web applications,
|
|
which is based on React's composable view components.
|