Skip to content
View mdjastrzebski's full-sized avatar
👋
👋

Organizations

@callstack
Block or Report

Block or report mdjastrzebski

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

  1. callstack/react-native-testing-library callstack/react-native-testing-library Public

    🦉 Simple and complete React Native testing utilities that encourage good testing practices.

    TypeScript 3k 261

  2. facebook/react-native facebook/react-native Public

    A framework for building native applications using React

    C++ 116k 24k

  3. callstack/reassure callstack/reassure Public

    Performance testing companion for React and React Native

    TypeScript 1.1k 23

  4. callstack/ts-regex-builder callstack/ts-regex-builder Public

    Maintainable regular expressions for TypeScript and JavaScript.

    TypeScript 102 2

  5. callstack/ai-cli callstack/ai-cli Public

    AI assistant in your terminal.

    TypeScript 15

  6. useDebugDeps.ts useDebugDeps.ts
    1
    import * as React from 'react';
    2
    import { padStart, eq, isEqual } from 'lodash';
    3
    
                  
    4
    export function useDebugDeps(name: string, deps: unknown[]): void {
    5
      const previousDepsRef = React.useRef(deps);