davidje13 / postfacto

Self-hosted retro tool aimed at helping remote teams
GNU Affero General Public License v3.0
0 stars 0 forks source link

handle window.localStorage through reducers #23

Open davidje13 opened 5 years ago

davidje13 commented 5 years ago

Setting this should be via actions. Getting it should be via props injected from current state.

This is the main area where non-pure behaviour remains (time is another non-pure behaviour but less pervasive)