Skip to content
View arlgnv's full-sized avatar
:octocat:
:octocat:

Block or report arlgnv

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. signalist signalist Public

    Stock Market app built with Next.js, Shadcn, Better Auth, and Inngest. Track prices, set alerts, explore insights, manage watchlists, and automate workflows for notifications and analytics.

    TypeScript

  2. nextjs-web-app nextjs-web-app Public template

    Template for web applications powered by Next.js

    TypeScript

  3. telegram-mini-app telegram-mini-app Public template

    Template for telegram mini applications

    TypeScript 6 1

  4. React hook that manages local or ses... React hook that manages local or session storage value
    1
    import { useState, useEffect } from 'react';
    2
    
                  
    3
    import { isDefined, isString } from '../_utilities';
    4
    
                  
    5
    type StorageType = 'local' | 'session';