morph: 4th-dimensional reality

This commit is contained in:
Ayo Ayco 2023-10-19 12:46:38 +02:00 committed by GitHub
parent bd617936a7
commit fa9627821c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ We want a way to:
## Special directories ## Special directories
**1. `src/pages`** **1. `src/pages`**
- file based routing for `.html` files - file based routing for `.html` files
- directly use custom elements (no registry maintenance needed) - directly use custom elements & static fragments (no imports or registry maintenance needed)
- use `<script server:setup>` to define logic that runs on the server, which then gets stripped away - use `<script server:setup>` to define logic that runs on the server, which then gets stripped away
**2. `src/components`** **2. `src/components`**