⚛ Multiple components + conditional rendering ⚛
Posted on Jul 13th, 2021
Today is focused on using multiple components and conditional rendering to create multiple views of your application.
🎯 Project
Continue React Trivia. For Thursday, make your trivia categories selectable. When selected, you should show at least 10 questions for that category. If you can, go ahead and 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.
- COVID app example