100DaysOfCode - Day 15 Trivia Flashcards
100DaysOfCode ·This is my second React project. The first one is Day24 Doggy Friends.
This is my project: Day15_trivia_flashcards and my code
I follow How To Build A Flashcard Quiz With React to make this fun project.
As a person who barely knows anything about React, I find it quite difficult. In this project, I learn to use useState
, useEffect
and useRef
.
useState
, useEffect
and useRef
are hooks
. What are hooks
? Hooks
useState
Before