Open njsaunders97 opened 4 weeks ago
REMEMBER - keep stateful and stateless components separate. For proper SoC, stateless components should:
This doesn't mean that the component is static - a change in props can also render a change in the rendered JSX.
REMEMBER - consider each new feature to be a slice of state. Look at 'Strategies for Complex State' in Redux notes.
Description
This will include the beginnings of state management and TDD.
Why?
Acceptance Criteria
Dependencies
Children