import React, { useState } from 'react'; import { hot } from 'react-hot-loader'; import logo from '@assets/images/logo.png'; import './Application.less'; const Application: React.FC = () => { const [counter, setCounter] = useState(0); return (
For faster development experience, this application will update using Hot Reload without needing to restart/reload after code changes. Click below buttons to update the application "counter" state