Skip to content

A rebuild of Apple's "Landmarks" application using the Composable Architecture.

Notifications You must be signed in to change notification settings

Thieurom/Landmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Landmarks

A rebuild of Apple's Landmarks using the Composable Architecture.

Screenshot

Motivation

The Landmarks is the official tutorial since Apple first introduced SwiftUI in WWDC 19 and has been frequently updated since then. For developers who want to learn how to build SwiftUI apps with the Composable Architecture–a library that provides tools for building applications with a focus on composability, modularity, and testability, rebuilding it with the library would be a great introduction 🙏

The application is built in modularized style. It allows us to work on features without building the entire application, which improves compile times and SwiftUI preview stability. Each feature also is accompanied by a test suite.

This project is also inspired by standups–a rebuild of Apple's "Scrumdinger" application–by the authors of the Composable Architecture.

References

About

A rebuild of Apple's "Landmarks" application using the Composable Architecture.

Topics

Resources

Stars

Watchers

Forks

Languages