
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
pdfnative-react
Advanced tools
React renderer for pdfnative — declarative JSX components (<Document>, , <Table>, …) that compile to PDF on-device with zero SaaS round-trips. Live preview, streaming, 22 Unicode scripts. The frontend gateway to the pdfnative ecosystem.
Preview release.
0.1.0reserves the package name. The declarative React renderer lands in0.2.0— follow the repository for progress.
Write PDFs the way you write UIs. pdfnative-react turns declarative JSX into
real, on-device PDF documents powered by the zero-dependency
pdfnative engine — no SaaS
round-trips, your documents never leave the process.
// Coming in 0.2.0
import { Document, Page, Heading, Text, Table, usePdf } from 'pdfnative-react';
function Invoice() {
return (
<Document title="Invoice #1024">
<Page>
<Heading level={1}>Invoice #1024</Heading>
<Text>Thank you for your business.</Text>
<Table
headers={['Item', 'Qty', 'Total']}
rows={[['Pro plan', '1', '$49.00']]}
/>
</Page>
</Document>
);
}
| Package | Use it for |
|---|---|
pdfnative | The zero-dependency PDF engine — Node, browsers, Workers, Deno, Bun. |
pdfnative-react | Declarative React/JSX components with live preview (this package). |
pdfnative-cli | Render, sign, inspect, and verify PDFs from the shell. |
pdfnative-mcp | Generate PDFs from Claude Desktop, Cursor, Continue, Zed. |
FAQs
React renderer for pdfnative — declarative JSX components (<Document>, , <Table>, …) that compile to PDF on-device with zero SaaS round-trips. Live preview, streaming, 22 Unicode scripts. The frontend gateway to the pdfnative ecosystem.
The npm package pdfnative-react receives a total of 13 weekly downloads. As such, pdfnative-react popularity was classified as not popular.
We found that pdfnative-react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.