David Nguyeneplus.dev·Aug 8, 2024Knowledge check: State or stateless - React BasicWhat is a stateless component? A component that doesn’t track its parent’s state. A component that doesn’t track its own state. A stateful component must have a props object. False True To turn a stateless component into a stateful componen...46 readsReact BasicsKnowledge check: State or stateless - React Basic