Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

What Redux brings to the table is separation of Data from Components, it is not uncommon to use the same data point (user profile, user organization/s, et al) in various components. Moving this to component states either requires a lot of prop passing or duplication (api calls!), short of using Context, which is kind of Redux-ish all over again.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: