NLeSC-Storyteller / query-builder-client

A Query builder to query the Knowledge Store and generate datafiles that can be visualized with the Storyteller interface.
Apache License 2.0
0 stars 1 forks source link

now able to render a list of tree items using react, so far using static data, and no callbacks for lazy loading yet #3

Closed jspaaks closed 7 years ago

jspaaks commented 7 years ago

added system outline to help guide our discussions

jspaaks commented 7 years ago

added the stack of tools as used in punchcardjs, with npm as a build tool, and browserify as a bundler. doesn't do live reload yet, since I did not think of that as an issue when I was making punchcardjs. It seems solvable though, with watchify plugin to browserify (also: same author as brwoserify.

jspaaks commented 7 years ago

I'll make some changes for dealing with my own comment from a few seconds ago and send you a pull request