Nayaab Khan

Results 25 comments of Nayaab Khan

I created a repo with a simple example here, hope it helps someone looking to get a feel of how it is done: https://github.com/nayaabkhan/nexus-stitching-example

Just in case if someone wants to see it in action: https://github.com/nayaabkhan/nexus-federation-example. Hoping to evolve the example further with complex cases and finding patterns to use it at scale (e.g....

I also made an example repo of using Schema Stitching with Nexus here: https://github.com/nayaabkhan/nexus-stitching-example.

@NikolaNikushev @leungandrew Did you manage to find any workaround in the meantime?

No worries! The only workaround I could manage for the meantime is to patch the file in question with `@ts-ignore` comments using [patch-package](https://www.npmjs.com/package/patch-package). Hope this could help someone who comes...

@ctavan I think it is better to patch the `componentWillReceiveProps` in a separate PR from the current `develop` branch. Feel free to do that, TypeScript migration isn't something that should...

@ctavan Ah yes, I forgot to bring `master` up to speed with `develop` since my last pushes. I just did that, sorry for the confusion. About `componentDidUpdate`, it is indeed...

@ctavan Thanks for pointing out about the `componentDidUpdate`, it was indeed causing the bug where the instance was not in sync with the new props. I have pushed a patch.

Hey @gomesalexandre, thanks for putting all the work into the details. On reading, I don't see any problems with the idea itself. I'm just wondering about the use-cases where this...

@publicJorn Thanks for your PR. Yes, I do maintain this project. Unfortunately, I cannot put myself dedicatedly on this project as I work full time elsewhere. But I make sure...