|
|
|
|
|
by leebyron
4062 days ago
|
|
Relay is one specific implementation of the Flux pattern. Flux is a generalized pattern and there are a number of libraries out there which implement their own flavor of Flux. Relay is one of those libraries implementing the Flux pattern which focuses on describing data dependencies in the same place the data is used. |
|