ReactJS » Render Conditionals
LearnJS » CodeSandbox.io » React 101
👉 User Story:
As a user
Given a TodoItem component that accepts "value" and "completed"
I should see a visual feedback when the todo is marked as completed
You can try things out directly on this sandbox:
✅ Proposed Solution:
Don't run this unless you gave a very good effort to solve it yourself!
Questions:
- What is the React's name of the
...otherOptions
piece of code?