@lbrabec I have changed all components to functional, please have a look!
rebased onto a38da496d1426554e355bfc3610a41b13fbfc412
Is there a reason why this is function App() instead of const App = () =>? If not, please change it to latter so it is consistent with other components.
function App()
const App = () =>
Other than my previous comment, LGTM.
rebased onto 29f47225448e5c8a92db051232502a445017e032
@lbrabec, I have changed this to an arrow function, please have a look!
Great! Merging.
Pull-Request has been merged by lbrabec
@lbrabec I have changed all components to functional, please have a look!