Hacker News new | ask | show | jobs
by jasoncchild 3477 days ago
Dan is correct (naturally); depending on complexity and scope redux can be a drag. For a small project I will use an event emitter to communicate state change requests to my top level component. These sort of things tend to only have a handful of components anyhow.