qlkit

https://medium.com/@conrad_9565/lets-build-a-ui-with-qlkit-and-graph-queries-79b7b118ddac
dominicm 2019-01-30T21:41:55.004400Z

https://medium.com/@conrad_9565/lets-build-a-ui-with-qlkit-and-graph-queries-79b7b118ddac In this example, TodoList becomes quite intelligent about what it requests. Is there a way I could write it to be more abstract, so that a parent component (FilteredTodoList) could specify which todos to show? I think I could do it by processing the query result from get-query? But I'm not sure.