import React, { useCallback, useEffect } from 'react' const SamplePage = () => { const [state, setstate] = useState(initialState) return (