wayfair / vsm-ios

An iOS framework for the VSM Architecture
MIT License
9 stars 2 forks source link

VSM Property Wrappers Documentation #27

Closed albertbori closed 1 year ago

albertbori commented 1 year ago

Description

This is the final™ PR for the VSM Property Wrappers feature.

It contains updates to the DocC guides as well as the in-line code documentation. Specifically, it replaces most references to the StateContainer type and all references to the ViewStateRendering type in favor of the @ViewState and @RenderedViewState types. It also contains some minor tweaks to unrelated documentation that needed to be improved.

Lastly, it contains some minor StateBinding consolidation and a small bug fix (ambiguous async closure) which were required to address as part of the documentation update.

Type of Change

Checklist