After cloning execute npm install
.
Before use execute npm start
.
This learning project shows the basics for class and functional components. It does not show all details for both ways of developing a component, but some of the most used ones.
It can be used for beginners to increase their knowledge about react or as a dictionary between class and functional components.
suggestions/inspirations
- TicTacToe
- Minimal calculator
- Abstract things to excercise one specific thing
- Buttons with state changes which lead to side effects
- CustomHook/Hoc which for example give you the current window size, also after resize
- ...