npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@jehwanyoo2/wise-table

v0.0.46

Published

A powerful React table library designed for modern data-driven applications

Readme

🧠 Wise Table

A powerful React table library designed for modern data-driven applications

license React TypeScript TanStack Query Zod Bun

🚧 Beta Release - Use with Caution
This project is a component library developed for implementing the back-office system of Wisely Company. As it is currently in beta version, it may not be suitable for public use yet. Comprehensive and finalized documentation will be available with version 1.0.0.

Wise Table is a high-performance React table library designed for modern web applications. Built with both user experience and developer convenience in mind, featuring React Query integration and Zod schema validation.

✨ Features

🚀 React Query Integration

  • Server State Management: Built-in TanStack Query integration through CRUDActions pattern
  • Automatic Caching: Leverage React Query's caching and background synchronization
  • Query Integration: Seamless integration with useQuery for data fetching
  • Mutation Support: Built-in support for create, update, and delete mutations

🛡️ Type-Safe Schema Validation

  • Zod Integration: Full Zod schema support for runtime validation and type inference
  • TypeScript First: Complete type safety from schemas to components
  • Multi-Schema Support: Separate schemas for display, create, update, and query operations
  • Compile-time Safety: Catch type mismatches during development

📊 Advanced Data Operations

  • Multi-row Selection: Built-in selection state management with bulk operations
  • CRUD Operations: Complete Create, Read, Update, Delete support with reason tracking
  • Smart Filtering: Advanced filtering with query string integration
  • Modal-based Operations: User-friendly modals for create, update, and delete operations

🎯 Dynamic Select Options

  • Static Options: Traditional static dropdown options support
  • Dynamic Options: Server-side data fetching with useSelectQuery integration
  • Loading States: Built-in loading and error states for dynamic options
  • Flexible Integration: Mix static and dynamic selects in the same table

📊 Rich Column Types

  • Basic Types: text, number, currency, date, boolean, enum
  • Advanced Types: searchableSelect, multipleSelect, textArea
  • Custom Renderers: Full control over cell rendering with custom render functions
  • Inline Editing: Click-to-edit functionality with type-appropriate inputs

🔄 Real-time Data Management

  • Instant Feedback: Real-time visual feedback for data changes
  • Dirty State Tracking: Clear indication of modified rows and cells
  • Change Validation: Schema-based validation during editing
  • Optimistic Updates: Immediate UI updates with server synchronization

🎨 Developer Experience

  • Component-based Architecture: Modular design with reusable components
  • Developer-First: Built for complex business logic and back-office applications
  • Customizable UI: Extensive theming and styling options
  • Comprehensive TypeScript: Full type coverage for enhanced developer experience

🚀 Installation

For Library Users

Installation

# Install the library
npm install @jehwanyoo2/wise-table

# Install peer dependencies
npm install @tanstack/react-query zod react react-dom clsx date-fns @hookform/resolvers react-hook-form use-debounce

# Or install everything at once
npm install @jehwanyoo2/wise-table @tanstack/react-query zod react react-dom clsx date-fns @hookform/resolvers react-hook-form use-debounce

With other package managers:

# Yarn
yarn add @jehwanyoo2/wise-table @tanstack/react-query zod react react-dom clsx date-fns @hookform/resolvers react-hook-form use-debounce

# pnpm
pnpm add @jehwanyoo2/wise-table @tanstack/react-query zod react react-dom clsx date-fns @hookform/resolvers react-hook-form use-debounce

# Bun
bun add @jehwanyoo2/wise-table @tanstack/react-query zod react react-dom clsx date-fns @hookform/resolvers react-hook-form use-debounce

For Development

# Clone the repository
git clone https://github.com/JeHwanYoo/wise-table.git
cd wise-table

# Install dependencies with Bun
bun install

# Start example app for local demo
bun run dev

# Build library once
bun run build && bun run types

# Or start live development (watch build/types/lint)
bun run dev:lib

⚠️ Recommended for development: follow the "Local Linking & Live Development" section to connect a consumer repo, iterate quickly, and validate changes live without publishing to npm.

For more information on installing Bun, refer to the Bun Installation Guide.

📖 Documentation

📝 TODO: Comprehensive documentation will be available after stable release.

Quick Start

📝 TODO: Usage examples and tutorials coming soon.

API Reference

📝 TODO: Complete API documentation will be provided.