Open woanversace opened 6 years ago
https://github.com/bumanerdene/pomodoro-react/blob/bbe4c26280fc99328f8661a353819eb175d0cbd8/src/addTask.js#L1
Please check this link https://reactjs.org/docs/components-and-props.html#extracting-components
You mean use class instead extracting components? like Not -> class App extends React.Component {} Use -> function App() {} am i right :)?
https://github.com/bumanerdene/pomodoro-react/blob/bbe4c26280fc99328f8661a353819eb175d0cbd8/src/addTask.js#L1
Please check this link https://reactjs.org/docs/components-and-props.html#extracting-components