Skip to content
View rshelnutt's full-sized avatar

Block or report rshelnutt

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. react-global-context-modal react-global-context-modal Public

    A lightweight, type-safe, and UI-framework-agnostic modal management system for React applications. Built with TypeScript and designed to work seamlessly with any modal/dialog component library.

    TypeScript 1

  2. [React] Canned Messages Hook [React] Canned Messages Hook
    1
    const DICTIONARY = {
    2
      // CRUD Operations with Target Subject
    3
      crud: {
    4
        create: '{subject} created successfully!',
    5
        read: '{subject} loaded successfully!',