Will Madden

Results 42 comments of Will Madden

Thanks for the prompt response @Dimous. cassowary.io is beautiful, but doesn't really offer any documentation or assistance to newcomers looking to apply cassowary.js. @epsichaos mentioned in one of the other...

Hi @Epsichaos, I've been using Cassowary.js for the last 6 hours or so and I've managed to work out what I need with a combination of the Python docs (thanks...

@slightlyoff ping

@thomasklemm using `` instead of `` means there will be no transitions between pages. It's shocking the Ionic team hasn't even responded to this bug in the router since it...

The react-admin-firebase README says: > Ability to manage sub collections through app configuration That sounds like what the OP is looking for. Is there more information on how to do...

I agree it would be good to avoid using `this` in general. I discourage it in my teams wherever possible because it's impossible to tell by reading the code what...

> If Crank adds more functionality to this, like say this.newMethod() the signature of the Component function doesn't change at all. You can just start using the new feature once...

> As far as why we can’t do as @brochington suggests, the biggest problem is TypeScript. TypeScript types function components using the first parameter. So if we tried to put...

> If you want to call something an anti-pattern, you should be able to back it up with concrete instances where the pattern causes bugs or otherwise degrades developer experience....

> Concretely, think about the following API change. What if we decided that rather than passing children in with props, we decided to pass them in as a positional argument?...