Skip to content
View sina-salahshour's full-sized avatar
💀
💀
Block or Report

Block or report sina-salahshour

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. roadmap-json-bmpr roadmap-json-bmpr Public

    A library for converting balsamiq to json, and vice versa

    TypeScript

  2. useAsyncRef useAsyncRef Public

    JavaScript

  3. next 13 useQueryValue next 13 useQueryValue
    1
    import { usePathname, useRouter, useSearchParams } from "next/navigation";
    2
    
    
    3
    interface QueryValueOptions<T> {
    4
      serializer: (value: T) => string;
    5
      deserializer: (value: string) => T;
  4. use-async-ref.hook.ts use-async-ref.hook.ts
    1
    import { useMemo, useRef } from "react";
    2
    
    
    3
    import type { MutableRefObject, RefObject } from "react";
    4
    
    
    5
    export interface AsyncMutableRefObject<T> extends MutableRefObject<T> {
  5. redux like store for svelte redux like store for svelte
    1
    import { writable, type Writable } from 'svelte/store';
    2
    
    
    3
    type Args<T> = T extends (...args: [...infer R]) => void ? R : never;
    4
    
    
    5
    function createReducer<P>(type: string) {
  6. sveltekit-tailwind-config.md sveltekit-tailwind-config.md
    1
    # tailwindcss config for svelte
    2
    additional plugins:
    3
    - css import
    4
    - css modules
    5
    - nested css