๐ฆ Multiple components and conditional rendering ๐ฆ
Posted on Dec 7th, 2021
๐๏ธ Todayโs Topics
- Troubleshooting AJAX requests and getting data on the page
- Using multiple components and conditional rendering to create multiple views of your application
๐ฏ Project
Continue React Trivia. Remember to take it step by step! Donโt try to do too much at once.
For Thursday, make your trivia categories selectable. When selected, you should show at least 10 questions for that category.
If you can get that working, the next step is to show answers and perhaps even make them selectable.
๐ Resources
- Using the Effect Hook
- React Conditional Rendering
- 5 Ways to Implement Conditional Rendering in React
- Lifting State Up โ This is the official doc page. To see it with hooks, watch the video Lifting State Up with Hooks.