Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 954 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 954 Bytes

SwiftBlrTCADemo

Demo Application - Getting Started with TCA - 2nd September - Swift Bengaluru Community @ AiDash, Whitefield BLR

Full Tutorial can be found here: https://medium.com/@sabapathy7/getting-started-with-the-composable-architecture-tca-7369f6ee4e4d

About The Project

This demo project utilizes The Composable Architecture (TCA) Framework to convert a list of currencies. Screen Shot

Built With

The Composable Architecture (TCA) was created by Brendan William and Stephen Cellis. Here is the official git repository of TCA: https://github.com/pointfreeco/swift-composable-architecture

Getting Started

Getting Started using the TCA components of Building blocks such as State, Action, Reducer, Store, Dependency and Effect. This will help to understand and also usage of TCA implementation.

Hope this helps!