> McDonald’s doesn’t plan to use the individual images by themselves for this reason. “When you present the visuals for the five key nutrients together in full color,” Fairgrieve concludes, “the potentially negative…
Author of the Benchling mixin / blog post, here. Thanks for including the credit and for making this technique more easily usable! I'm quite happy that this is being utilized by so many people :-)
While it may be optimized, I think the suggestion is that instead of using a hack repeatedly, it is arguably better to be DRY and abstract it away.
Somewhat interestingly before you'd go from getsentry.com --> app.getsentry.com during authentication, whereas now the domain is the same (i.e. sentry.io/welcome --> sentry.io). I wonder if this simplifies tooling…
Author here, interested to hear what other tools/workflows you use for debugging!
Building a fast rich text editor in React is no easy task, and would be at least a series of articles :-P. At Benchling we've built a fairly fast rich text editor in React--but it was a considerable amount of work and…
I'm going to cover this in my next post, but I've found that using PureRenderMixin with fairly large number of items (~100s) works. The non-trivial step is often identifying why your subcomponents are still…
What you described is the current replacement for auto-bind (that React.createClass used to do for you). The issue arises when you have not just one SubComponent, but n SubComponents that require the parent method bound…
> can you share more details about your UI stack and dev workflows Our front-end stack was primarily just webpack (no JSX because CoffeeScript's terseness sufficed). We recently started the migration to using Babel with…
Author here, happy to answer any questions!
More like: if(userHasUpdatedPw) { checkPw(hash(pw)) } else{ checkPw(hash(assertDoubledAndTakeHalf(pw)))}
Is there a particular reason why Google servers are still accessible from within MIT despite MITnet being down?
> McDonald’s doesn’t plan to use the individual images by themselves for this reason. “When you present the visuals for the five key nutrients together in full color,” Fairgrieve concludes, “the potentially negative…
Author of the Benchling mixin / blog post, here. Thanks for including the credit and for making this technique more easily usable! I'm quite happy that this is being utilized by so many people :-)
While it may be optimized, I think the suggestion is that instead of using a hack repeatedly, it is arguably better to be DRY and abstract it away.
Somewhat interestingly before you'd go from getsentry.com --> app.getsentry.com during authentication, whereas now the domain is the same (i.e. sentry.io/welcome --> sentry.io). I wonder if this simplifies tooling…
Author here, interested to hear what other tools/workflows you use for debugging!
Building a fast rich text editor in React is no easy task, and would be at least a series of articles :-P. At Benchling we've built a fairly fast rich text editor in React--but it was a considerable amount of work and…
I'm going to cover this in my next post, but I've found that using PureRenderMixin with fairly large number of items (~100s) works. The non-trivial step is often identifying why your subcomponents are still…
What you described is the current replacement for auto-bind (that React.createClass used to do for you). The issue arises when you have not just one SubComponent, but n SubComponents that require the parent method bound…
> can you share more details about your UI stack and dev workflows Our front-end stack was primarily just webpack (no JSX because CoffeeScript's terseness sufficed). We recently started the migration to using Babel with…
Author here, happy to answer any questions!
More like: if(userHasUpdatedPw) { checkPw(hash(pw)) } else{ checkPw(hash(assertDoubledAndTakeHalf(pw)))}
Is there a particular reason why Google servers are still accessible from within MIT despite MITnet being down?