- A dissident or loner; somebody who roams the world without being tied to a distict group, ideology or belief system.
- A framework that derives interfaces from freely combined streams of data.
- Zero build, 20ms deploys
- Good choice for pure-content sites with little or no interactivity.
- Good choice for highly interactive websites that require efficient transfer of data.
- Always-on dev experience with seamless reloading.
- Usable for the Effection inspector which must
- run inside a Node / Deno process stream data to browser
- run in a browser and stream data to devtools pane.
- Act as standalone app and stream data from node/deno process
- be self-inspectable. I.e. Inspector can inspect Inspector
- Data is pushed, never pulled unless it is to either re-push elswhere or to consume for rendering.
- view = f(event) e.g. view is the terminus of a data stream.
- clear route hierachy for mapping urls to application state