|
|
|
|
|
by bnjmnfrncs
2690 days ago
|
|
Redux. I really like keeping my state flat as the app I mainly work on has a lot of pages which use the same data. Complex component props are derived in mapStateToProps. I find reselect complex and hard to use with typescript, so I simply use memoized functions with memoize-one. |
|