Advanced Guides
These guides are for the point where you understand a PowerCRUD feature exists, but you need help structuring a real implementation around it.
They focus on patterns, tradeoffs, and the practical "why" behind an extension point. In other words, they sit between the quick setup guides and the formal reference pages.
Use this section when:
- the basic guide tells you how to turn a feature on, but not how to organise your app code around it
- the hooks reference tells you what a method does, but not when it is worth using
- you want a worked example that feels closer to a real project decision
Current advanced guides:
- Persistence Hooks for Real Write Logic explains how to keep PowerCRUD in charge of validation and UI flow while moving the actual write into app services.
- Async Bulk Persistence Without Surprises explains how to keep sync and async bulk update behavior aligned without relying on a live view instance in the worker.
For the exact contracts and signatures, use the Hooks reference.