bharbron / hexbook-semantic

An Electron-React-Redux-Semantic-UI application for automatically generating a hexcrawl campaign notebook from random tables.
5 stars 3 forks source link

With the exception of router stuff (which we will leave as-is) update… #43

Closed bharbron closed 6 years ago

bharbron commented 6 years ago

…d all selectors so they take the full state as an argument. This will reduce the need for views to understand the shape of the state -- they just pass the entire state and get back the part they need via a selector