Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 2aed42c

Browse files
committed
update
1 parent ce47169 commit 2aed42c

39 files changed

Lines changed: 614 additions & 147 deletions

File tree

bun.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/docs/compiler/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: JSX reactive transform that wraps dynamic expressions in reactive g
55

66
`@pyreon/compiler` provides the JSX transform that makes Pyreon's fine-grained reactivity work. It analyzes JSX expressions at build time and wraps dynamic values in `() =>` arrow functions so the runtime receives reactive getters instead of eagerly-evaluated snapshots. It also performs static VNode hoisting and template emission for optimal DOM creation performance.
77

8+
<PackageBadge name="@pyreon/compiler" href="/docs/compiler" />
9+
810
## Installation
911

1012
```package-install

content/docs/coolgrid/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: Responsive 12-column grid system with Container, Row, and Col compo
55

66
`@pyreon/coolgrid` is a responsive grid layout system for Pyreon. It provides `Container`, `Row`, and `Col` components that work together through Pyreon's context system to create flexible grid layouts. Configuration cascades automatically from Container to Row to Col -- you set the grid parameters once at the Container level, and everything inherits.
77

8+
<PackageBadge name="@pyreon/coolgrid" href="/docs/coolgrid" />
9+
810
## Installation
911

1012
```package-install

0 commit comments

Comments
 (0)