///
/**
* Call useCreateController and put the value in a CreateContext
*
* Base class for components, without UI.
*
* Accepts any props accepted by useCreateController:
* - id: The record identifier
* - resource: The resource
*
* @example // Custom edit layout
*
* const PostCreate = props => (
*
*
*
*
* ...
*
*
*
* Create instructions...
*
*
*