Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterfriese/swiftui-combine-applied
Sample code for my blog post series about Combine and SwiftUI
https://github.com/peterfriese/swiftui-combine-applied
combine-framework swift swiftui
Last synced: 1 day ago
JSON representation
Sample code for my blog post series about Combine and SwiftUI
- Host: GitHub
- URL: https://github.com/peterfriese/swiftui-combine-applied
- Owner: peterfriese
- License: apache-2.0
- Created: 2021-01-30T16:03:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-03T10:57:41.000Z (almost 3 years ago)
- Last Synced: 2023-03-11T12:02:56.387Z (almost 2 years ago)
- Topics: combine-framework, swift, swiftui
- Language: Swift
- Homepage: https://peterfriese.dev/posts/swiftui-combine-networking-gettingstarted/
- Size: 315 KB
- Stars: 33
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![Discussions][discussions-shield]][discussions-url]
[![Feature Requests][featurerequest-shield]][featurerequest-url]
[![License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
SwiftUI & Combine Applied
Code for my series about Combing and SwiftUI
Read the article »
Report Bug
·
Request Feature
Table of Contents
## About
This project shows how to use Combine in SwiftUI apps.
## Getting Started
### Prerequisites
To run this demo, you will need:
* Xcode 13.x### Installation
1. Install Xcode (see https://developer.apple.com/xcode/)
### Running
You won't have to set up a Firebase project to run this sample, as it makes use of the local emulator suite.
1. First, launch the demo server:
```bash
$ cd server
$ swift run
```
1. Open the project in Xcode
```bash
$ xed .
```
1. Run the iOS project on a local Simulator (so it can connect to the local server)## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the Apache 2 License. See `LICENSE` for more information.
[contributors-shield]: https://img.shields.io/github/contributors/peterfriese/SwiftUI-Combine-Applied.svg?style=flat-square
[contributors-url]: https://github.com/peterfriese/SwiftUI-Combine-Applied/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/peterfriese/SwiftUI-Combine-Applied.svg?style=flat-square
[forks-url]: https://github.com/peterfriese/SwiftUI-Combine-Applied/network/members
[stars-shield]: https://img.shields.io/github/stars/peterfriese/SwiftUI-Combine-Applied.svg?style=flat-square
[stars-url]: https://github.com/peterfriese/SwiftUI-Combine-Applied/stargazers
[issues-shield]: https://img.shields.io/github/issues/peterfriese/SwiftUI-Combine-Applied.svg?style=flat-square
[issues-url]: https://github.com/peterfriese/SwiftUI-Combine-Applied/issues
[license-shield]: https://img.shields.io/github/license/peterfriese/SwiftUI-Combine-Applied.svg?style=flat-square
[license-url]: https://github.com/peterfriese/SwiftUI-Combine-Applied/blob/master/LICENSE[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/peterfriese
[product-screenshot]: images/screenshot.png[swift-shield]: https://img.shields.io/badge/swift-5.3-FA7343?logo=swift&color=FA7343&style=flat-square
[swift-url]: https://swift.org[xcode-shield]: https://img.shields.io/badge/xcode-12.5_beta-1575F9?logo=Xcode&style=flat-square
[xcode-url]: https://developer.apple.com/xcode/[featurerequest-url]: https://github.com/peterfriese/SwiftUI-Combine-Applied/issues/new?assignees=&labels=type%3A+feature+request&template=feature_request.md
[featurerequest-shield]: https://img.shields.io/github/issues/peterfriese/SwiftUI-Combine-Applied/feature-request?logo=github&style=flat-square
[discussions-url]: https://github.com/peterfriese/SwiftUI-Combine-Applied/discussions
[discussions-shield]: https://img.shields.io/badge/discussions-brightgreen?logo=github&style=flat-square