@still-react/core
v0.1.1
Published
target-independent IR, reconciler, host types, and renderToTree
Readme
@still-react/core
Target-independent IR, reconciler, host types, and renderToTree for Still.
pnpm add @still-react/core @still-react/reactimport { renderToTree } from "@still-react/core";
import { Screen, Text } from "@still-react/react";
const tree = renderToTree(
<Screen>
<Text>Hello from Still</Text>
</Screen>,
);The core IR contains neither Liquid nor TRMNL Framework classes.
renderToMarkup lives in @still-react/trmnl, not this package.
See the GitHub repository. Licensed under MIT.
