https://github.com/svdo/unidirectionalflowtalk
Source code for my "Unidirectional Flow Architecture" talk
https://github.com/svdo/unidirectionalflowtalk
react reactivex redux rerxswift reswift rxswift
Last synced: about 2 months ago
JSON representation
Source code for my "Unidirectional Flow Architecture" talk
- Host: GitHub
- URL: https://github.com/svdo/unidirectionalflowtalk
- Owner: svdo
- License: mit
- Created: 2018-09-28T08:30:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T20:24:52.000Z (over 6 years ago)
- Last Synced: 2025-02-03T14:48:28.423Z (3 months ago)
- Topics: react, reactivex, redux, rerxswift, reswift, rxswift
- Language: Swift
- Homepage:
- Size: 3.83 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
Unidirectional Flow Architecture
================================
*From Swift to JS and Back Again*This repo contains the source code that I use during my "Unidirectional Flow Architecture" talk.
It is optimized for using live on stage during a talk, not necessarily for "cleanness". This
also explains why there are no unit tests, which I would normally include.A [PDF export of the slides][9] is stored in this repository.
Links
------ [ReRxSwift][1] is the bindings layer for [RxSwift][3] and [ReSwift][4], similar to
[React Redux][5] for [React][6] and [Redux][7].
- [Cogito][2] is our open source Digital Identity system. The iOS app that's in there is written
using this architecture pattern.
- [Redux. From twitter hype to production][8] is a presentation about this architecture concept
that has some nice animations to illustrate it.[1]: https://github.com/svdo/ReRxSwift
[2]: https://github.com/philips-software/cogito/tree/master/workspaces/cogito-ios-app
[3]: https://github.com/ReactiveX/RxSwift
[4]: https://github.com/ReSwift/ReSwift
[5]: https://github.com/reduxjs/react-redux
[6]: https://reactjs.org
[7]: https://redux.js.org
[8]: http://slides.com/jenyaterpil/redux-from-twitter-hype-to-production#/
[9]: ./Slides.pdf