Skip to main content
Module

x/valtio/examples/todo-with-proxyMap/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);