Skip to main content
Back to registry

react-pdf

molefrog/skills

tsx runs TypeScript + JSX files directly via Node with no config — no tsconfig.json needed. It uses esbuild under the hood and handles JSX transformation automatically.

Installs222
Install command
npx skills add https://github.com/molefrog/skills --skill react-pdf
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
tsx runs TypeScript + JSX files directly via Node with no config — no tsconfig.json needed. It uses esbuild under the hood and handles JSX transformation automatically. For full component props and CSS properties, see references/components.md . PDF generation scripts use JSX, which Node cannot run directly. Use tsx to execute them: npx tsx works without installing tsx globally — it downloads on demand. If tsx is installed as a dev dependency ( npm install -D tsx ), it runs instantly without the npx download step. Always wrap rendering in async IIFE: To visually inspect generated PDFs, convert pages to images. Try pdftoppm first (often pre-installed), fall back to Python's PyMuPDF if unavailable.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does react-pdf do?

tsx runs TypeScript + JSX files directly via Node with no config — no tsconfig.json needed. It uses esbuild under the hood and handles JSX transformation automatically.

Is react-pdf good?

react-pdf does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does react-pdf work with?

react-pdf currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to react-pdf?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install react-pdf?

npx skills add https://github.com/molefrog/skills --skill react-pdf

Related skills

Alternatives in Software Engineering