Repo for playing around and learning React hooks
| Component | Why |
|---|---|
| src/LifecycleHooks.js | Component which shows how to implement React lifecycle methods with hooks |
| src/ResponsiveComponent.js | Listen window width |
| src/ApiComponent.js | Make requests to Turku Föli api |
| src/Geolocation.js | Show device geolocation |
| src/RotateExample.js | React hook which allows to rotate DOM element |