Skip to content
View ricosandyca's full-sized avatar
Block or Report

Block or report ricosandyca

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
ricosandyca/README.md

Github Stats

  • 💻  Fullstack JavaScript and TypeScript Developer
  • ☁️  Cloud Computing Enthusiast
  • 🐱  Monstercat Lover
  • 📺  Anime Lover ◕ω◕

Open Source Apps

Pinned

  1. DefinitelyTyped/DefinitelyTyped DefinitelyTyped/DefinitelyTyped Public

    The repository for high quality TypeScript type definitions.

    TypeScript 47.3k 29.8k

  2. convert-env-json convert-env-json Public

    Github Action to convert .env to JSON or JSON to .env

    JavaScript 1 2

  3. anilist anilist Public

    TypeScript

  4. react-todo react-todo Public

    Example Todo app in React TypeScript

    TypeScript 4 1

  5. pokedex pokedex Public

    JavaScript

  6. React Hook - Query State React Hook - Query State
    1
    import { useCallback, useMemo } from 'react';
    2
    import { useSearchParams } from 'react-router-dom';
    3
    
                  
    4
    // helper types
    5
    export type Nullable<T> = T | undefined | null;