Implementing Flux in iOS
When most people think of Flux they imagine a React.js web application using a bunch of different frameworks to get all the magic of Flux working. But Flux is not a javascript framework, in fact it’s not a framework at all — it’s an architectural design pattern. There’s nothing…