CRUD is usually the first screen you build: list items, open one item, create a new one, edit it, and remove it. In Akan, most of that work is already prepared around a model slice.
- Slice decides which records this screen can read and edit.
- Template draws the form fields.
- Load and Model components connect the slice to UI behavior.