forresto / choo-graph-viz

⚠️ WIP - Visualizing data flow in Choo with Choo + KLay layout + SVG
MIT License
11 stars 1 forks source link

layers for perf #3

Open forresto opened 7 years ago

forresto commented 7 years ago

Look into https://github.com/yoshuawuyts/choo-model

yoshuawuyts commented 7 years ago

I'm not entirely sure I follow on either points; could you perhaps explain in a few more words? - Where can I help?

forresto commented 7 years ago

I guess I'm wondering how choo components "fit" in one of these patterns... http://staltz.com/unidirectional-user-interface-architectures.html ... since I pretty much just have the "app" component now.

forresto commented 7 years ago

@yoshuawuyts certain views depend on certain pieces of the state, and should skip render if those pieces === prev version. We can manage that with cache-element, but it isn't visualized in the graph.

forresto commented 7 years ago

fractal is the keyword