Hacker News new | ask | show | jobs
by hobonumber1 3298 days ago
Use Redux state if you want the data to be available across multiple components.

Use React Component State if no other component cares about the data.