pub fn dispatch<S, V>(body: &str) -> Option<String>where S: Reducer, V: Render + From<S>,
Generic htmx dispatch: decode state → extract action → reduce → diff → return HTML.
Returns Some(html) with the OOB diff fragments, or None if no action was found.
Some(html)
None