Skip to content

rcharmeyer/react-scoped-hooks

Repository files navigation

React Scoped Hooks Monorepo

This monorepo contains a React hooks library and an example application demonstrating its usage.

Project Structure

  • packages/react-scoped-hooks: The main hooks library
  • packages/example-app: A Vite-based example application

Getting Started

Prerequisites

  • Node.js (v16 or higher)
  • pnpm (v8 or higher)

Installation

pnpm install

Development

Start the example app in development mode:

pnpm dev

Run tests:

pnpm test

Build all packages:

pnpm build

Packages

react-scoped-hooks

A React hooks library that provides scoped state management utilities.

example-app

A Vite-based React application that demonstrates the usage of react-scoped-hooks. Features:

  • TypeScript
  • Tailwind CSS
  • Vitest for testing
  • ESLint configuration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published