Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Customization/Perception.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Using Perception with Nodes

While Nodes is compatible with the [Observation](https://developer.apple.com/documentation/observation) framework for newer operating system versions or can be [configured](Configuration.md) to use [`ObservableObject`](https://developer.apple.com/documentation/Combine/ObservableObject) for backward compatibility, other observation libraries such [Perception](https://github.com/pointfreeco/swift-perception) require custom setup.
While Nodes is compatible with the [Observation](https://developer.apple.com/documentation/observation) framework for newer operating system versions or can be [configured](Configuration.md) to use [`ObservableObject`](https://developer.apple.com/documentation/Combine/ObservableObject) for backward compatibility, other observation libraries such as [Perception](https://github.com/pointfreeco/swift-perception) require custom setup.

## Add Supporting Types

Expand Down
2 changes: 1 addition & 1 deletion Customization/RxSwift.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Using RxSwift with Nodes

While Nodes is configured by default for [Combine](https://developer.apple.com/documentation/combine), other reactive frameworks such [RxSwift](https://github.com/ReactiveX/RxSwift) require custom configuration and setup.
While Nodes is configured by default for [Combine](https://developer.apple.com/documentation/combine), other reactive frameworks such as [RxSwift](https://github.com/ReactiveX/RxSwift) require custom configuration and setup.

## Configure the Xcode Templates Generator

Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,21 @@ brew reinstall --build-from-source mockolo

### UI Frameworks

While Nodes is configured by default for iOS with [UIKit](https://developer.apple.com/documentation/uikit) and [SwiftUI](https://developer.apple.com/xcode/swiftui), UI frameworks for [AppKit](https://developer.apple.com/documentation/appkit) or other platforms may be enabled with [custom configuration](Customization/Configuration.md).
Nodes is configured by default for iOS with [UIKit](https://developer.apple.com/documentation/uikit) and [SwiftUI](https://developer.apple.com/xcode/swiftui). UI frameworks for [AppKit](https://developer.apple.com/documentation/appkit) or other platforms may be enabled with [custom configuration](Customization/Configuration.md).

### Observation Frameworks

While Nodes is compatible with the [Observation](https://developer.apple.com/documentation/observation) framework for newer operating system versions or can be [configured](Customization/Configuration.md) to use [`ObservableObject`](https://developer.apple.com/documentation/Combine/ObservableObject) for backward compatibility, other observation libraries such [Perception](https://github.com/pointfreeco/swift-perception) require [custom setup](Customization/Perception.md).
Nodes is compatible with the [Observation](https://developer.apple.com/documentation/observation) framework for newer operating system versions or can be [configured](Customization/Configuration.md) to use [`ObservableObject`](https://developer.apple.com/documentation/Combine/ObservableObject) for backward compatibility. Other observation libraries such as [Perception](https://github.com/pointfreeco/swift-perception) require [custom setup](Customization/Perception.md).

### Reactive Frameworks

While Nodes is configured by default for [Combine](https://developer.apple.com/documentation/combine), other reactive frameworks such [RxSwift](https://github.com/ReactiveX/RxSwift) require [custom configuration and setup](Customization/RxSwift.md).
Nodes is configured by default for [Combine](https://developer.apple.com/documentation/combine). Other reactive frameworks such as [RxSwift](https://github.com/ReactiveX/RxSwift) require [custom configuration and setup](Customization/RxSwift.md).

### References

- [Nodes Configuration](Customization/Configuration.md)
- [Using Perception with Nodes](Customization/Perception.md)
- [Using RxSwift with Nodes](Customization/RxSwift.md)

## Extras

Expand Down