Render component as static markup

I’d like to render components to static string markup, very similar to what React.renderToStaticMarkup does (no Ember ids nor attributes).
Is there any way to do so?

Setting tagName to ‘’ will cause ember not to wrap a component in a tag. You can also control the render with out a template.hbs by using this. Component - 4.6 - Ember API Documentation