React the easy way, with Hooks

React is already easy, write it with TypeScript and it gets even more easy. But did you ever notice that most of the code is always the same? Writing your components in Classes was the way to go until Version 16.8. The Dev Team noticed that most of the code base repeats itself. But why?…