braidchat / planning

2 stars 0 forks source link

refactor gateway form handlers and subscriptions #367

Open rafd opened 7 years ago

rafd commented 7 years ago

Re: https://github.com/braidchat/braid/pull/87#pullrequestreview-37919806

I recognize that the way these handlers / subscriptions are implemented is different than the rest of the app, where handlers and subscriptions are directly defined once. Re-frame currently makes it challenging to "modularize" or subset parts of the front-end.

Some alternatives...