Getting Started with React
Install @parqui/react and render a Parquet viewer in under a minute.
Installation
Install the package. It includes @parqui/core as a dependency — no need to install it separately.
npm
npm install @parqui/react
yarn
yarn add @parqui/react
pnpm
pnpm add @parqui/react
Compatibility:React 18.0+ and React 19.x. Works with Next.js (App Router & Pages), Vite, Create React App, and any other React setup.
Quick Start
One import, one component — drop a .parquet file into the preview below to try it:
Loading...
This renders a full-featured file explorer with toolbar, drag-and-drop, virtual scrolling, filtering, sorting, and search. No configuration needed.