ForNeVeR / Kaiwa

A modern XMPP Web client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux architecture

ForNeVeR opened this issue · comments

That's my final draft of the application architecture (without all the clutter).

We need to apply the following architecture to the project:

image

React Components will receive the XMPP Client reference not from the Redux State, but through another means (e.g. passed down the React tree). That will solve the troubles with async updating etc.