Skip to content

Commit

Permalink
Merge branch 'restructure-compilation'
Browse files Browse the repository at this point in the history
  • Loading branch information
martypdx committed Mar 21, 2024
2 parents ad22f5a + ef64cbb commit 39fd6ae
Show file tree
Hide file tree
Showing 48 changed files with 2,469 additions and 2,389 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Expand Up @@ -57,4 +57,5 @@
"explorer.fileNesting.patterns": {
"package.json": "package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lockb, pnpm-workspace.yaml"
},
"liveServer.settings.port": 5501,
}
23 changes: 23 additions & 0 deletions docs/get-started.md
@@ -1,2 +1,25 @@
# Get Started




## Developer Value Proposition:

It is easier to reason about rendering with present data at multiple times

Easier to reason about multiple data projection rendering channels






## Data projection rendering

Simple to think about:
- all inputs present and accounted for
- structuring and presentation components
- html only
- no component reentry


0 comments on commit 39fd6ae

Please sign in to comment.