Skip to content

Commit

Permalink
docs(examples): update list of demos
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jul 15, 2018
1 parent f1e3d08 commit 9ff8d35
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,25 @@ This directory contains a growing number of standalone example projects, includi

If you want to [contribute](../CONTRIBUTING.md) an example, please get in touch via PR, issue tracker, email or twitter!

| # | Name | Description | Packages of interest | Difficulty |
| ---: | --- | --- | --- | --- |
| 1 | [async-effect](./async-effect) | Async side effect handling (JSON I/O) | atom, hdom, interceptors | intermediate |
| 2 | [cellular-automata](./cellular-automata) | Transducer based, customizable 2D cellular automata | hdom, hdom-components, transducers | basic |
| 3 | [dashboard](./cellular-automata) | Barebones components w/ local state | hdom, transducers | basic |
| 4 | [devcards](./devcards) | multiple app instances with/without shared state | atom, hdom | intermediate |
| 5 | [hdom-basics](./hdom-basics) | hello world | hdom, hiccup | basic |
| 6 | [hdom-benchmark](./hdom-benchmark) | hdom rendering perf / stress test, canvas FPS counter | hdom, rstream, transducers | intermediate |
| 7 | [hdom-theme-adr-0003](./hdom-theme-adr-0003) | hdom themed components proposal | hdom | intermediate |
| 8 | [interceptor-basics](./hdom-benchmark) | event handling w/ interceptors and side effects | atom, hdom, interceptors | intermediate |
| 9 | [json-components](./json-components) | JSON->component transformation, live editor | hdom, transducers | intermediate |
| 10 | [login-form](./login-form) | basic SPA without router | atom, hdom | intermediate |
| 11 | [pointfree-svg](./pointfree-svg) | generate SVG using pointfree DSL | hiccup, hiccup-svg, pointfree-lang | intermediate |
| 12 | [router-basics](./router-basics) | complete mini SPA | atom, hdom, interceptors, router | advanced |
| 13 | [rstream-dataflow](./rstream-dataflow) | dataflow graph | atom, hdom, rstream, rstream-gestures, rstream-graph, transducers | intermediate |
| 14 | [rstream-grid](./rstream-grid) | dataflow graph svg gen | atom, hdom, hiccup-svg, interceptors, rstream-graph, transducers | advanced |
| 15 | [svg-particles](./svg-particles) | hdom SVG generation / animation | hdom, transducers | basic |
| 16 | [svg-waveform](./svg-waveform) | hdom SVG generation / undo history | atom, hdom, hiccup-svg, interceptors, iterators | intermediate |
| 17 | [todo-list](./todo-list) | Canonical Todo list with undo/redo | atom, hdom, transducers | intermediate |
| 18 | [webgl](./webgl) | Canvas component handling | hdom, hdom-components | basic |
| # | Name | Description | Packages of interest | Difficulty |
|----|----------------------------------------------|-----------------------------------------------------|-------------------------------------------------------------------|--------------|
| 1 | [async-effect](./async-effect) | Async side effect handling (JSON I/O) | atom, hdom, interceptors | intermediate |
| 2 | [cellular-automata](./cellular-automata) | Transducer based, customizable 2D cellular automata | hdom, hdom-components, transducers | basic |
| 3 | [crypto-chart](./crypto-chart) | Interactive rstream & transducer based SVG chart | hdom, hiccup-svg, rstream, transducers | advanced |
| 4 | [dashboard](./cellular-automata) | Barebones components w/ local state | hdom, transducers | basic |
| 5 | [devcards](./devcards) | Multiple app instances with/without shared state | atom, hdom | intermediate |
| 6 | [hdom-basics](./hdom-basics) | Hello world | hdom, hiccup | basic |
| 7 | [hdom-benchmark](./hdom-benchmark) | hdom rendering perf / stress test, FPS counter | hdom, rstream, transducers | intermediate |
| 8 | [hdom-theme-adr-0003](./hdom-theme-adr-0003) | hdom themed components proposal | hdom | intermediate |
| 9 | [interceptor-basics](./hdom-benchmark) | Event handling w/ interceptors and side effects | atom, hdom, interceptors | intermediate |
| 10 | [json-components](./json-components) | JSON->component transformation, live editor | hdom, transducers | intermediate |
| 11 | [login-form](./login-form) | Basic SPA without router | atom, hdom | intermediate |
| 12 | [pointfree-svg](./pointfree-svg) | Generate SVG using pointfree DSL | hiccup, hiccup-svg, pointfree-lang | intermediate |
| 13 | [router-basics](./router-basics) | Complete mini SPA | atom, hdom, interceptors, router | advanced |
| 14 | [rstream-dataflow](./rstream-dataflow) | Dataflow graph | atom, hdom, rstream, rstream-gestures, rstream-graph, transducers | intermediate |
| 15 | [rstream-grid](./rstream-grid) | Dataflow graph SVG grid | atom, hdom, hiccup-svg, interceptors, rstream-graph, transducers | advanced |
| 16 | [rstream-hdom](./rstream-hdom) | rstream based UI updates | hdom, rstream, transducers | intermediate |
| 17 | [svg-particles](./svg-particles) | hdom SVG generation / animation | hdom, transducers | basic |
| 18 | [svg-waveform](./svg-waveform) | hdom SVG generation / undo history | atom, hdom, hiccup-svg, interceptors, iterators | intermediate |
| 19 | [todo-list](./todo-list) | Canonical Todo list with undo/redo | atom, hdom, transducers | intermediate |
| 20 | [webgl](./webgl) | Canvas component handling | hdom, hdom-components | basic |

0 comments on commit 9ff8d35

Please sign in to comment.