Skip to content

Commit 3802d2d

Browse files
committed
Added architecture images
1 parent 6073f5b commit 3802d2d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ _Everything that can be derived from the application state, should be derived. A
1919

2020
which includes the UI, data serialization, server communication, etc.
2121

22+
<img alt="MobX unidirectional flow" src="docs/flow.png" height="200" />
23+
2224
React and MobX together are a powerful combination. React renders the application state by providing mechanisms to translate it into a tree of renderable components. MobX provides the mechanism to store and update the application state that React then uses.
2325

2426
Both React and MobX provide very optimal and unique solutions to common problems in application development. React provides mechanisms to optimally render UI by using a virtual DOM that reduces the number of costly DOM mutations. MobX provides mechanisms to optimally synchronize application state with your React components by using a reactive virtual dependency state graph that is only updated when strictly needed and is never stale.

docs/flow.png

29.6 KB
Loading

0 commit comments

Comments
 (0)