• Robert Knight's avatar
    Refactor export of bound selectors from Redux store · dcf77f92
    Robert Knight authored
    Group the selectors in each Redux module together in a `selectors`
    object so they can be re-exported as methods on the Redux store without
    having to list each of them manually.
    
    This also just makes it easier to visually see which exported functions
    from a Redux module are selectors.
    dcf77f92
session.js 1.58 KB