Pinned Loading
-
react-ts-template
react-ts-template PublicPlantilla basica para un proyecto de react + eslint + pre commit configurado
TypeScript
-
react-js-template
react-js-template PublicPlantilla basica para un proyecto de react + eslint + pre commit configurado
JavaScript
-
vue-ts-template
vue-ts-template PublicPlantilla basica para un proyecto de vue + ts + eslint + pre commit configurado
Vue
-
fun-helpers
fun-helpers PublicRepositorio con algunas funciones o clases que suelo usar en ts
TypeScript 1
-
un par de funciones clasicas para co...
un par de funciones clasicas para componer. 1const compose = (...fns) => x => fns.reduceRight((y, fn) => fn(y), x)
2const pipe = (...fns) => x => fns.reduce((y, fn) => fn(y), x)
34const trace = x => y => { console.log(x,y); return y }
5 -
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.