SyntaxFix
Write A Post
Hire A Developer
Questions
According to the documentation:
import React, { useState, useEffect } from 'react' // Similar to componentDidMount and componentDidUpdate: useEffect(() => { });
see React documentation