const App = () => { const [loading, setLoading] = React.useState(true); React.useEffect(() => { const timer = setTimeout(() => { setLoading(false); }, 1300); return () => clearTimeout(timer); }, []); React.useEffect(() => { // (Re)render icons whenever the React tree updates. if (window.lucide) window.lucide.createIcons(); }); return ( <> {loading && (
Curating provider talent