DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Redux Ecosystem Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Redux Ecosystem
Why is namespacing action types as 'feature/event' (e.g. 'counter/incremented') a recommended convention?
A
It's required by the redux package or dispatch will throw
B
It avoids type-string collisions between unrelated features and makes a logged action stream immediately scannable by feature
C
It makes the action dispatch faster
D
It's needed for TypeScript support only
Check Answer