useReactionSpace

The purpose of useReactionSpace hook is to fetch, update and expose the reaction space resources.

Example Usage:
const { reactionSpace } = useReactionSpace({
  targetGroupId: "<Target group ID>",
});

Hook Argument

targetGroupId

TypeDefault
String (Required)No Default

Hook Return Value

reactionSpace

TypeDefault
IReactionSpaceNo Default

What’s Next