RIBs icon indicating copy to clipboard operation
RIBs copied to clipboard

RIBS

Open AdieOlami opened this issue 6 years ago • 1 comments

How is RIBs different from Reswift?

AdieOlami avatar Apr 13 '19 01:04 AdieOlami

Reswift, in general terms, is an implementation of a patterns introduced by Flux and Redux libraries for Swift programming language — it provides a way to communicate between different components using state updates and reducers. RIBs is a framework that enforces isolation of components (decoupling). In fact, you could use Reswift with RIBs, but Swift implementation of Rx patterns is preferred.

Learn more about RIBs here and on Uber Engineering blog (blog has a lot of RIBs examples).

/close

ermik avatar Apr 13 '19 16:04 ermik