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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@fireact.dev/core

v1.2.1

Published

A comprehensive React component library and utility collection for building Firebase-powered applications. Features authentication components, Firebase integration utilities, and TailwindCSS-styled UI elements.

Downloads

29

Readme

@fireact.dev/core

The @fireact.dev/core package provides a comprehensive set of React components and utilities for building modern web applications with Firebase. Built on top of Firebase's powerful backend services, this package enables rapid development of secure, scalable applications with built-in authentication, user management, and internationalization support.

Web App Screenshot

Installation

Install the package using npm:

npm install @fireact.dev/core firebase react-router-dom i18next react-i18next @headlessui/react @heroicons/react tailwindcss i18next-browser-languagedetector

For detailed setup instructions, visit the official documentation: https://docs.fireact.dev/core/getting-started/

Built on Firebase

The core package leverages Firebase's robust backend services to provide:

  • Firebase Authentication: Secure user authentication with email/password and social login providers
  • Firestore Database: Real-time NoSQL database for storing user profiles and application data
  • Firebase Hosting: Fast and secure web hosting with global CDN
  • Firebase Emulator Suite: Local development environment for testing authentication and database operations

Key Features

Authentication & Security

  • Built-in authentication flows (sign in, sign up, password reset)
  • Support for multiple authentication providers (Google, Microsoft, Facebook, etc.)
  • Secure session management with Firebase Authentication
  • Protected routes and role-based access control

User Management

  • Complete user profile management system
  • Email verification and password recovery
  • Secure account deletion flow
  • Avatar management and display

Internationalization

  • Built-in support for multiple languages
  • Easy-to-extend translation system
  • Language detection and switching
  • Pre-configured language files for common use cases

UI Components

  • Responsive, mobile-first components powered by Tailwind CSS
  • Pre-built layouts for authenticated and public pages
  • Consistent design system across all components
  • Customizable theme and styling

Developer Experience

  • TypeScript support for type safety
  • Comprehensive documentation and examples
  • Local development with Firebase Emulator Suite
  • Easy integration with Vite and React Router

Architecture Overview

The package follows a modular architecture with clear separation of concerns:

  1. Authentication Layer: Handles all authentication logic using Firebase Auth
  2. Data Layer: Manages user data and application state using Firestore
  3. UI Layer: Provides pre-built components for common application flows
  4. Configuration Layer: Centralized configuration for easy customization
  5. Internationalization Layer: Built-in support for multiple languages

Extend to SaaS

After successfully setting up your core application, you can extend it to a fully functional SaaS platform by installing the @fireact.dev/saas package. This package adds:

  • Subscription management
  • Payment processing
  • Multi-tenant architecture
  • Team management features

For SaaS setup instructions, visit: https://docs.fireact.dev/saas/getting-started/

Components Reference

Authentication Components

  • SignIn - Sign in form
  • SignUp - Sign up form
  • ResetPassword - Password reset form
  • PrivateRoute - Protected route component

User Management Components

  • Profile - User profile component
  • EditName - Name editing form
  • EditEmail - Email editing form
  • ChangePassword - Password change form
  • DeleteAccount - Account deletion interface
  • Avatar - User avatar display

Navigation Components

  • DesktopMenuItems - Desktop navigation menu
  • MobileMenuItems - Mobile navigation menu
  • Logo - Application logo
  • LanguageSwitcher - Language selection component

Layout Components

  • AuthenticatedLayout - Layout for authenticated pages
  • PublicLayout - Layout for public pages
  • Message - Message display component
  • Dashboard - User dashboard

Context Providers

  • AuthContext - Firebase authentication context
  • ConfigProvider - Application configuration context
  • LoadingContext - Loading state management

Utilities

  • userUtils - User-related utility functions

License

MIT