Pinned Loading
-
TypeScript Strictly-Typed Middleware
TypeScript Strictly-Typed Middleware 1/**
2* @file This file demonstrates a POC for defining strictly typed middleware in TypeScript
3* in a form of decorator-like generic wrapper functions that infer inner type from the outer.
4* TypeScript has certain limitations surrounding high-order generics that prevent such inference
5* when implemented naively.
-
TypeScript Polymorphic React Components
TypeScript Polymorphic React Components 1import { ComponentProps } from 'react';
2import { DomAnchor, DomButton } from './dom';
3import { concretizeGeneric } from './generic';
4import { ButtonGeneric } from './ButtonGeneric';
5 -
eslint-plugin-force-barrel-imports
eslint-plugin-force-barrel-imports PublicESLint rule to prevent importing modules hidden behind an index.js barrel file
TypeScript
-
postgres-queue-fifo
postgres-queue-fifo PublicProof of concept for group concurrency controlled job queue in PostgreSQL
TypeScript
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.