Daniel K.

Results 31 issues of Daniel K.

![image](https://user-images.githubusercontent.com/1096340/94358767-7060e680-00a3-11eb-9636-242742fe57a8.png) Here is the minimal repo that shows this problem: https://github.com/FredyC/xstate-codegen-monorepo ```bash yarn install yarn machinery codegen yarn web validate ``` I have no idea why it should be a...

I am using path aliases quite heavily. An example of my `tsconfig.json`. ```json { "compilerOptions": { "baseUrl": "src", "paths": { "~machinery/graphql": ["generated/machinerygraphql"], "~machinery/*": ["*"], "~tools/*": ["../../tools/src/*"] }, }, } ```...

I definitely like the idea and mostly of how it's implemented, but the somewhat big caveat to me as DRY guy is repeating the initial state. I mean with regular...

**Is your feature request related to a problem? Please describe.** On Windows, it's a pain to have multiple Node versions, even with Windows version of `nvm` it means to constantly...

enhancement

Now when React Hooks are available providing composability out of the box, it doesn't seem that stamps provide any benefit. According to NPM, there is still a couple of downloads,...

Just an idea, I'm not sure if it doesn't collide with something else at this point, but what about defining component like this: ``` js const MyComponent = () =>...

This looks really cool. I am curious though if you are planning to support export to RN as well? Seeing samples showing some mobile app, it would make complete sense...

@trojanowski I've already done it in my fork. Would you be if I do it here as well? Or are you waiting for official React 16.9? I would say it...

From all those proposals from RFC this one definitely looks the tidiest :) I am curious how you would approach custom hooks? In my opinion, these are what makes React...

I am not entirely sure what is the use case for `binding-ts` generator. I assume it's not meant to add type safety to resolvers? Either way, if I would like...