Working with CotomyElement
Binding, creating, and managing UI structure with CotomyElement in real DOM-centric workflows.
Binding, creating, and managing UI structure with CotomyElement in real DOM-centric workflows.
Design screen entry first with CotomyPageController, then structure CRUD flow around one endpoint boundary.
How to standardize list-style screens with CotomyPageController-based structure.
A practical guide showing how I usually structure search screens, edit screens, and read-only screens in Razor Pages with Cotomy.
A practical guide to field validation, submit errors, and API failures while keeping Cotomy screens in one clear flow.
A practical guide to the search-screen baseline I usually use with Cotomy, using server-rendered results, URL query state, and clear navigation to detail screens.
A practical guide to moving from server-rendered search results to detail or edit screens with Cotomy while keeping list ownership, navigation, and edit lifecycle boundaries clear.