Skip to content
View jorgench's full-sized avatar

Block or report jorgench

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. react-ts-template react-ts-template Public

    Plantilla basica para un proyecto de react + eslint + pre commit configurado

    TypeScript

  2. react-js-template react-js-template Public

    Plantilla basica para un proyecto de react + eslint + pre commit configurado

    JavaScript

  3. vue-ts-template vue-ts-template Public

    Plantilla basica para un proyecto de vue + ts + eslint + pre commit configurado

    Vue

  4. fun-helpers fun-helpers Public

    Repositorio con algunas funciones o clases que suelo usar en ts

    TypeScript 1

  5. un par de funciones clasicas para co... un par de funciones clasicas para componer.
    1
    const compose = (...fns) => x => fns.reduceRight((y, fn) => fn(y), x)
    2
    const pipe = (...fns) => x => fns.reduce((y, fn) => fn(y), x)
    3
    
                  
    4
    const trace = x => y => { console.log(x,y); return y }
    5
    
                  
  6. colors-game colors-game Public

    Juego inspirado en Blendoku

    JavaScript