Hacker News new | ask | show | jobs
by aeflash 4131 days ago
That's only true if you're following the canonical Flux architecture to the letter. There's little difference between having your store trigger setState() on a root component and having your store trigger React.render(<RootComponent/>) with new props.