Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
added reasoning for not using Flux
Browse files Browse the repository at this point in the history
  • Loading branch information
absurd-turtle committed Mar 21, 2023
1 parent 758e6af commit d270848
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/decisions/frontend_architecture_pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ The architecture pattern should be
## Considered Alternatives

- [Flux](https://reactjs.org/blog/2014/05/06/flux.html)

The pattern is rather complicated to understand and leads to a lot of boilerplate.

- [MVVM](https://www.detroitlabs.com/blog/intro-to-mvvm-in-react-with-mobx/)

## Decision
Expand Down

0 comments on commit d270848

Please sign in to comment.