An open API service indexing awesome lists of open source software.

https://github.com/maximbilan/patchcord

The project represents an example of Redux architecture using SwiftUI + Combine + CoreData.
https://github.com/maximbilan/patchcord

combine coredata redux swift swiftui

Last synced: 6 months ago
JSON representation

The project represents an example of Redux architecture using SwiftUI + Combine + CoreData.

Awesome Lists containing this project

README

          

# Patchcord

The app tests your Internet connection and shows your Internet speed/ping/network data/etc. No ads, no tracking. The app uses [MLab](https://www.measurementlab.net/) servers.
The project represents an example of Redux architecture using SwiftUI + Combine + CoreData.

![Alt text](/img/1.png)

## Screenshots

![Alt text](/img/2.png)

## Issues

- Runtime warning `This method should not be called on the main thread as it may lead to UI unresponsiveness.`. It's coming from `NDT7` dependency. `WebSocket` uses `pthread` library.