Matty Cross
Matty Cross
This has the added benefit of generating a consistent development environment. The `xcodeproj` generation, CocoaPods integration, and opening the project is provided by the `Makefile` in the project, so that...
Initiated by #362. TODO: - [ ] Add support for generic protocol methods.
All of these functions can be easily coded (on one line even), saving no space. Reactant as an architecture doesn't need these methods included. `first(where:)` is now actually a part...
This concerns, but is not limited to Tutorial 1: Reactant Notes.
`Component.swift` file, using `unowned` can result in a crash in case `self` is deinitialized (e.g. in a `Observable` subscription when not disposing it on its `deinit`).
At `ComponentDelegate.swift`:84 we have this: ```swift public weak var ownerComponent: COMPONENT? { didSet { needsUpdate = stateStorage != nil } } ``` If I understand the implementation correctly, we want...
Hey! I'm just getting into RxSwift and reactive programming in general and your tutorial really helped me out, although I was thinking that it needed an update to Swift3, so...
This PR breaks the API and as such can't be released in a non-major version.
Lots of breaking changes. TO DO: - [x] update README with TOML configuration file syntax - [x] create beta release - [x] add all the issues that get fixed when...