DevYeom / OneWay

A Swift library for state management with unidirectional data flow.
https://swiftpackageindex.com/DevYeom/OneWay/2.9.0/documentation/oneway
MIT License
78 stars 8 forks source link

Update the documentation #55

Closed DevYeom closed 10 months ago

DevYeom commented 10 months ago

Related Issues 💭

Description 📝

Additional Notes 📚

// AS-IS
final class CountingReducer: Reducer { }

// TO-BE
struct CountingReducer: Reducer { }

Checklist ✅