# React

> A minimal example showing how to use Comark with React and Vite.

<code-explorer org="comarkdown" repo="comark" path="examples/2.vite/react" defaultValue="src/App.tsx">



</code-explorer>

This example demonstrates the simplest way to use Comark with React - use the `Comark` component and pass it markdown content. The component handles parsing and rendering automatically.
