Jeanette Vang

Results 9 comments of Jeanette Vang

@koyta I wish I had more time to help try and fix. But unfortunately, for me, I am an attorney and I only get to program as a hobby. I...

@evilsoft https://github.com/funkia/list Worth a quick look if not already familiar. I know the developer was integrating for Ramda and separately for Sanctuary. Resource for ideas and basic implementations: https://github.com/trekhleb/javascript-algorithms

It seems that this has been done several times now, e.g., [PropTypes](https://github.com/KnisterPeter/react-to-typescript-definitions), [GraphQL](https://github.com/dotansimha/graphql-code-generator).

Is this still happening? @paldepind

I just want to make sure that Sanctuary’s authors are aware of the recent typescript 3.4 release [notes](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-4.html) that include “higher order type inference from generic functions.” Sanctuary looks wonderful....

This library really hits a sweet spot for me -- as FP as you can get without ditching the NPM eco-system. I'm vegging out today writing a bunch of `.ts`...

This was the first thing I thought of when reading about babel macros. Seems like the perfect size project for a macro. It's been a couple years since this got...

I've been studying this example app for a couple hours and it hits me... all the realtime functionality is coming from socket.io. Rethinkdb could easily be swapped out for a...

@mglukhovsky Thank you for the info. I think I understand your point. I'm going to check out those other examples this week and see what I see.