import React, {useState, useEffect} from 'react'; export const LoadingTeamsForm = (): JSX.Element => { const [user, setUser] = useState(0); useEffect(() => { fetch('/api/loadingLegisteredCommands', { method: 'POST'}) .then(res => res.json()) .then(json => setUser(json)) },[1]); console.log(user) return ( <>
Название команды | Учебное заведение | ФИО участников | Класс |
---|---|---|---|
Фиксики | МАОУ СОШ 103 | Иван, Петр, Дмитрий | 1 |