Codebase
Codebase map
Where to find components, hooks, transactions, and tests.
Codebase map
| Area | Path |
|---|---|
| Components | src/components/ |
| Hooks | src/hooks/ |
| Transactions | src/tx/ + transaction.js |
| Domain / pure | models.js, drag.js, grid-*.js, share*.js, time.js, … |
| Styles | src/styles/, tokens.stylex.js, themes.js |
| Tests | test/*.test.js |
| Server | api/, middleware.js |
| Docs site | docs/ (this Fumadocs app) |
Notable naming note
Older README text mentioned src/db.js. The Instant client is src/instant.js.