Skip to content

Commit

Permalink
docs(examples): update table
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 6, 2018
1 parent cf516aa commit d54dffb
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,19 @@ If you want to [contribute](../CONTRIBUTING.md) an example, please get in touch
| 8 | [hdom-basics](./hdom-basics) | Hello world | hdom, hiccup | basic |
| 9 | [hdom-benchmark](./hdom-benchmark) | hdom rendering perf / stress test, FPS counter | hdom, rstream, transducers | intermediate |
| 10 | [hdom-theme-adr-0003](./hdom-theme-adr-0003) | hdom themed components proposal | hdom | intermediate |
| 11 | [hydrate-basics](./hydrate-basics) | hiccup / hdom DOM hydration | hiccup, hdom | intermediate |
| 12 | [interceptor-basics](./interceptor-basics) | Event handling w/ interceptors and side effects | atom, hdom, interceptors | intermediate |
| 13 | [json-components](./json-components) | JSON->component transformation, live editor | hdom, transducers | intermediate |
| 14 | [login-form](./login-form) | Basic SPA without router | atom, hdom | intermediate |
| 15 | [pointfree-svg](./pointfree-svg) | Generate SVG using pointfree DSL | hiccup, hiccup-svg, pointfree-lang | intermediate |
| 16 | [router-basics](./router-basics) | Complete mini SPA | atom, hdom, interceptors, router | advanced |
| 17 | [rstream-dataflow](./rstream-dataflow) | Dataflow graph | atom, hdom, rstream, rstream-gestures, rstream-graph, transducers | intermediate |
| 18 | [rstream-grid](./rstream-grid) | Dataflow graph SVG grid | atom, hdom, hiccup-svg, interceptors, rstream-graph, transducers | advanced |
| 19 | [rstream-hdom](./rstream-hdom) | rstream based UI updates & state handling | hdom, rstream, transducers | intermediate |
| 20 | [svg-particles](./svg-particles) | hdom SVG generation / animation | hdom, transducers | basic |
| 21 | [svg-waveform](./svg-waveform) | hdom SVG generation / undo history | atom, hdom, hiccup-svg, interceptors, iterators | intermediate |
| 22 | [todo-list](./todo-list) | Canonical Todo list with undo/redo | atom, hdom, transducers | intermediate |
| 23 | [transducers-hdom](./transducers-hdom) | Transducer & rstream based hdom UI updates | hdom, rstream, transducers-hdom | basic |
| 24 | [triple-query](./triple-query) | Triple store query results & sortable table | atom, hdom, hdom-components, rstream-query, transducers | intermediate |
| 25 | [webgl](./webgl) | Canvas component handling | hdom, hdom-components | basic |
| 11 | [hmr-basics](./hmr-basics) | hdom & webpack hot module replacement | hdom, memoize | basic |
| 12 | [hydrate-basics](./hydrate-basics) | hiccup / hdom DOM hydration | hiccup, hdom | intermediate |
| 13 | [interceptor-basics](./interceptor-basics) | Event handling w/ interceptors and side effects | atom, hdom, interceptors | intermediate |
| 14 | [json-components](./json-components) | JSON->component transformation, live editor | hdom, transducers | intermediate |
| 15 | [login-form](./login-form) | Basic SPA without router | atom, hdom | intermediate |
| 16 | [pointfree-svg](./pointfree-svg) | Generate SVG using pointfree DSL | hiccup, hiccup-svg, pointfree-lang | intermediate |
| 17 | [router-basics](./router-basics) | Complete mini SPA | atom, hdom, interceptors, router | advanced |
| 18 | [rstream-dataflow](./rstream-dataflow) | Dataflow graph | atom, hdom, rstream, rstream-gestures, rstream-graph, transducers | intermediate |
| 19 | [rstream-grid](./rstream-grid) | Dataflow graph SVG grid | atom, hdom, hiccup-svg, interceptors, rstream-graph, transducers | advanced |
| 20 | [rstream-hdom](./rstream-hdom) | rstream based UI updates & state handling | hdom, rstream, transducers | intermediate |
| 21 | [svg-particles](./svg-particles) | hdom SVG generation / animation | hdom, transducers | basic |
| 22 | [svg-waveform](./svg-waveform) | hdom SVG generation / undo history | atom, hdom, hiccup-svg, interceptors, iterators | intermediate |
| 23 | [todo-list](./todo-list) | Canonical Todo list with undo/redo | atom, hdom, transducers | intermediate |
| 24 | [transducers-hdom](./transducers-hdom) | Transducer & rstream based hdom UI updates | hdom, rstream, transducers-hdom | basic |
| 25 | [triple-query](./triple-query) | Triple store query results & sortable table | atom, hdom, hdom-components, rstream-query, transducers | intermediate |
| 26 | [webgl](./webgl) | Canvas component handling | hdom, hdom-components | basic |

0 comments on commit d54dffb

Please sign in to comment.