Skip to main content
Module

x/valtio/examples/editor-proxyWithHistory/src/index.tsx

πŸ’Š Valtio makes proxy-state simple for React and Vanilla
Go to Latest
File
import { render } from 'react-dom'import App from './App'
const rootElement = document.getElementById('root')render(<App />, rootElement)