💀
Pinned Loading
-
roadmap-json-bmpr
roadmap-json-bmpr PublicA library for converting balsamiq to json, and vice versa
TypeScript
-
-
next 13 useQueryValue
next 13 useQueryValue 1import { usePathname, useRouter, useSearchParams } from "next/navigation";
23interface QueryValueOptions<T> {
4serializer: (value: T) => string;
5deserializer: (value: string) => T;
-
use-async-ref.hook.ts
use-async-ref.hook.ts 1import { useMemo, useRef } from "react";
23import type { MutableRefObject, RefObject } from "react";
45export interface AsyncMutableRefObject<T> extends MutableRefObject<T> {
-
redux like store for svelte
redux like store for svelte 1import { writable, type Writable } from 'svelte/store';
23type Args<T> = T extends (...args: [...infer R]) => void ? R : never;
45function createReducer<P>(type: string) {
-
sveltekit-tailwind-config.md
sveltekit-tailwind-config.md 1# tailwindcss config for svelte
2additional plugins:
3- css import
4- css modules
5- nested css
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.