episode-code-samples VS swift-composable-architecture

Compare episode-code-samples vs swift-composable-architecture and see what are their differences.

swift-composable-architecture

A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind. (by pointfreeco)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
episode-code-samples swift-composable-architecture
7 59
926 11,377
1.2% 4.4%
7.2 9.6
3 days ago 4 days ago
Swift Swift
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

episode-code-samples

Posts with mentions or reviews of episode-code-samples. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-04.
  • SwiftUI app architecture - any recommended online resources?
    3 projects | /r/SwiftUI | 4 Mar 2023
  • Combine and functional programming
    2 projects | /r/swift | 24 Feb 2023
    One resource I'd recommend is Point-Free - they'll teach you functional programming from the beginning.
  • What is a piece of code (or Framework, extension, etc.) that you add in every new project?
    6 projects | /r/swift | 24 Feb 2023
    At a minimum, Composable Architecture, and now Dependencies from Point-Free.
  • On Not Drinking the FP Kool-Aid
    6 projects | /r/functionalprogramming | 27 Jan 2023
    I come from the iOS world and one of the most valuable resources I have found for understanding FP in Swift is https://www.pointfree.co These guys go over the theoretical concepts and then not only ask, "what's the point?" but they then go on to build out more complicated examples or even complete apps and publish useful libraries on GitHub.
  • A New Chapter
    1 project | dev.to | 23 Jan 2023
    So it's time for a change. I'm going to build my own ideas full-time and find a way to make it work. I've put a lot of thought into it and I'm confident this is the right decision for me. As for what I'll be working on, I wanna build things for the Android community. If you know me, you know that I'm an Android developer and technologist at heart. I’ve gotten some amazing opportunities to speak at conferences and share the things I’ve learned over the years. I’m inspired by people like Josh W. Comeau, and the folks at Point-Free. These are people who master their craft, build beautiful software, and teach about their methodologies and underserved topics in their respective domains. That’s what I want. I want to master my craft, build beautiful Android experiences, and share it with you all. If you don’t wanna miss out, make sure to follow me on Youtube, Twitter, and Mastodon.
  • Any good resources for advanced topics?
    1 project | /r/iOSProgramming | 1 Dec 2022
    https://www.pointfree.co - not exactly about patterns and best practices, but this was the best content I’ve found after reaching the same “CRUD app tutorials are not enough anymore“ phase.
  • On using Dependency Injection with MVVM
    2 projects | /r/iOSProgramming | 17 Aug 2022

swift-composable-architecture

Posts with mentions or reviews of swift-composable-architecture. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-29.

What are some alternatives?

When comparing episode-code-samples and swift-composable-architecture you can also consider the following projects:

Setting - Compose beautiful preference panels.

Clean Architecture for SwiftUI + Combine - SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.

atomic - Write ClojureScript in JavaScript without a transpiler.

redux - A JS library for predictable global state management

swift-dependencies - A dependency management library inspired by SwiftUI's "environment."

tca-swiftui-navigation-demo - Demo project that shows how to implement navigation in SwiftUI iOS application using Swift Composable Architecture

MVVM.Demo.SwiftUI

iOS-Viper-Architecture - This repository contains a detailed sample app that implements VIPER architecture in iOS using libraries and frameworks like Alamofire, AlamofireImage, PKHUD, CoreData etc.

AboutKit - Add an about screen to your app in just a few lines of code.

GRDB.swift - A toolkit for SQLite databases, with a focus on application development

MVVM.Demo - This is a demo application used to educate and interview iOS Engineers.

TCA-tutorial