1 00:00:02,690 --> 00:00:08,990 We learned about React hooks and React hooks are a pretty exciting feature that allow us to work with 2 00:00:09,050 --> 00:00:11,090 functional components only. 3 00:00:11,240 --> 00:00:14,670 Let's now use them here in our burger builder. 4 00:00:14,690 --> 00:00:17,730 This is the burger builder project as we left it, 5 00:00:17,750 --> 00:00:25,760 so after all the improvements and restructuring using Redux and yes, that is the burger builder project. 6 00:00:25,760 --> 00:00:33,050 Now it's time to convert it to use React hooks and therefore only use functional components because 7 00:00:33,080 --> 00:00:36,650 that obviously is a great practice for using hooks. 8 00:00:36,660 --> 00:00:39,970 Now here's your challenge or your chance to practice 9 00:00:39,970 --> 00:00:46,610 hooks already, definitely pause the video here and try converting the entire project to use React hooks 10 00:00:46,910 --> 00:00:48,470 on your own. 11 00:00:48,470 --> 00:00:50,830 You learned about the hooks you need for that, 12 00:00:50,900 --> 00:00:57,410 so it will be possible but of course hooks are still pretty new, so don't worry if you're getting stuck 13 00:00:57,410 --> 00:01:02,690 or if you're having problems, you can just continue with the next video and starting there, 14 00:01:02,750 --> 00:01:06,460 I'll convert this project to use React hooks together with you.