Skip to content

Commit c99f6e5

Browse files
committed
Update screenshots
1 parent 3c83e41 commit c99f6e5

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,16 @@ Improved
4141
With this before and after I observed the following within a large flat list.
4242

4343
<img src="example2.png"/>
44+
45+
46+
# How it works
47+
48+
The overall implementation is quite straight forward and simply involved passing the onRenderCallback values via a websocket server to finally render them in a fancy graph.
49+
50+
There are 3 main components:
51+
52+
- The React Native component that sends profile data to a server via REST and listens to messages (remount and forceUpdate) to trigger renders.
53+
- The Web socket server responsible for passing messages between the graph and the react native component
54+
- The Web application that receives websocket values and renders them to a graph
55+
56+
<img src="./data-flow.png"/>

data-flow.png

23.4 KB
Loading

0 commit comments

Comments
 (0)