Video: Helpers
Fullstack React & Firebase
Released: null
- 
			1. Series Introduction 3M41S 
- 
			2. Project Setup 5M 
- 
			3. Creating a Homepage 4M6S 
- 
			4. Routing 9M45S 
- 
			5. Displaying Questions 10M13S 
- 
			6. Connecting to Open Trivia 18M11S 
- 
			7. Helpers 11M36S 
- 
			8. Loader 5M59S 
- 
			9. Changing Questions 6M57S 
- 
			10. Validating Answers 12M53S 
- 
			11. Tracking Correct Answers 7M13S 
- 
			12. Creating a HUD 12M19S 
- 
			13. Finishing the Quiz 6M18S 
- 
			14. High Score Form 12M13S 
- 
			15. Cleaning up Code 5M35S 
- 
			16. Firebase Setup 10M23S 
- 
			17. React and Firebase 12M10S 
- 
			18. Connecting to the DB 9M22S 
- 
			19. Displaying High Scores 15M59S 
- 
			20. Refactoring to Hooks 15M54S 
- 
			21. Deploying with Netlify 11M47S 
- 
			22. Where To Go From Here 3M39S 
Helpers
Since our Game code is starting to get a bit bloated, we will refactor some code to make things cleaner. After creating a helpers file, we will move some of our functions from our game component and turn them into reusable helper functions.