pub fn generate_react_file(
manifest: &Manifest,
client_import_path: &str,
types_import_path: &str,
preserve_docs: bool,
) -> StringExpand description
Generates the complete React reactive wrapper file content from a manifest.
Returns an empty string when the manifest contains no procedures (the caller should skip writing the file in that case).