import ReactDOM from 'react-dom/client' import App from './App' const rootElement = document.getElementById('root') as HTMLElement ReactDOM.createRoot(rootElement).render(<App />)
“If you’re serious about *really* understanding React Query, there’s no better way than with query.gg”—Tanner Linsley