timwis / enviar

Chat interface for SMS / text messages
37 stars 6 forks source link

Consider passing activeConversation from layout to chat #62

Open timwis opened 8 years ago

timwis commented 8 years ago

It's already calculated by groupBy but then we do it from scratch in chat.js using filter. But how to pass it? A 4th param? (state, prev, send, conversation) Making chat.js a dumb component (but then what about the callbacks?)