Markdoc accompanies two particular Respond renderers: a renderer that powerfully constructs the Respond virtual DOM tree on the client side, and a static renderer that transpiles the record to JavaScript code. We utilize the dynamic renderer in our documentation stage at Stripe, however the static renderer is helpful in situations where you need to treat a piece of Markdoc content like it is a Respond part or JavaScript module. For instance, the static renderer makes it conceivable to execute a Markdoc loader for Webpack in just five lines of code.