Skip to content

Commit

Permalink
Merge pull request #161 from mhurne/patch-1
Browse files Browse the repository at this point in the history
Clarify the meaning of "FRP"
  • Loading branch information
spoike committed Dec 12, 2014
2 parents e998d4a + 17810b1 commit 81dc7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Some concepts are still in Reflux in comparison with Flux:

### Differences with Flux

Reflux has refactored Flux to be a bit more dynamic and be more FRP friendly:
Reflux has refactored Flux to be a bit more dynamic and be more Functional Reactive Programming (FRP) friendly:

* The singleton dispatcher is removed in favor for letting every action act as dispatcher instead.
* Because actions are listenable, the stores may listen to them. Stores don't need to have a big switch statements that does static type checking (of action types) with strings
Expand Down

0 comments on commit 81dc7ca

Please sign in to comment.