Scott Burch
Scott Burch
@calebpower Thanks for pointing to this. I agree, this code needs to be updated. There are a few shortcuts that we took to save some time while we were doing...
@brysgo I am interested in graphql with Gun (my experience is with Apollo). I was going to write a library, but saw this one. I saw your note to take...
@brysgo Just in case someone sees this and can use it at all, I did a quick POC just in mocha. So, if you want me to take over the...
For anyone looking to use graphql with gun I have just published a library at https://www.npmjs.com/package/@scottburch/graphql-gun using similar syntax to this one. I am talking with @brysgo about pointing this...
I'm having the same issue. React 16, React Router. Does it with https://codecastjs.com.
Weird, I swapped reactify and wireify and it seems to work. browserify -t rewireify -t [reactify ...] ...
I know this probably does not help, but I thought I would mention it since I was in the discussion. I switched from using browserify to webpack. After the learning...
Thanks for the suggestions. I will be looking into the issues and then we will make a determination as to the best path. For now you can accomplish that same...
I will look into this when I get a chance. There are a lot of dependencies at the moment.
@prashantpawar I wanted to understand your concern better. A quick fix might be to try to break up the bundle into smaller modules. While this will not reduce overall load...