You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13
Original file line number
Diff line number
Diff line change
@@ -41,3 +41,16 @@ Improved
41
41
With this before and after I observed the following within a large flat list.
42
42
43
43
<imgsrc="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
0 commit comments