Skip to content

Commit

Permalink
data for a UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Nov 11, 2022
1 parent c21202a commit c6e2496
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/docs/gen.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ is a simple idea with vast potential.
It lets us have a single source of truth for data
that would otherwise be scattered throughout our codebases
without compromising any of our code's runtime characteristics.
We can generate documentation, types, validators, tests, fakes,
We can generate documentation, types,
`index.ts` files exporting directories,
data for a UI,
validators, tests, fakes,
and more by introspecting our data at buildtime,
which speeds up development
and helps us write code that's easier to understand and change.
Expand Down

0 comments on commit c6e2496

Please sign in to comment.