• Stars
    star
    1
  • Language
    JavaScript
  • Created about 5 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The "old way" of doings things in React was to use class-based components. The React tutorial page (https://reactjs.org/tutorial/tutorial.html) has these as the main focus. However, the "New way" (i.e. hooks and functional components) is becoming more and more popular. I reworked the tutorial into purely functional components with hooks, as a little exercise.