SteffiPeTaffy / conference-rating

Eclipse Public License 1.0
12 stars 4 forks source link

Introduce re-frame #81

Open SteffiPeTaffy opened 7 years ago

SteffiPeTaffy commented 7 years ago

We handle data changes that need re-reendering very poorly right now. E.g. user as state, attending a conference, voting for a conference

Re-frame would be a proper solution for this. https://github.com/Day8/re-frame

We should start integrating this before our functionality and glue code gets too much.