Skip to content
View Brenndoerfer's full-sized avatar
👨‍💻
👨‍💻

Block or report Brenndoerfer

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. radix-ui/primitives radix-ui/primitives Public

    Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos.

    TypeScript 16.9k 935

  2. deep-sentiment-analysis-distill deep-sentiment-analysis-distill Public

    JavaScript

  3. Generic Context.Provider for React Generic Context.Provider for React
    1
    import React, { ReactNode, useReducer } from 'react';
    2
    
                  
    3
    interface Reducer<T, R extends ActionProps> {
    4
      (state: T, action: R): any;
    5
    }
  4. tconbeer/sqlfmt-docs tconbeer/sqlfmt-docs Public

    The Documentation site for sqlfmt, an autoformatter for dbt SQL

    JavaScript 3 3