Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
saifelse
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
saifelse
9y ago
> 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 connotations of red f
2.
▲
by
saifelse
9y ago
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 :-)
3.
▲
by
saifelse
10y ago
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.
4.
▲
by
saifelse
10y ago
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 around an
5.
▲
by
saifelse
11y ago
Author here, interested to hear what other tools/workflows you use for debugging!
6.
▲
by
saifelse
11y ago
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 still requires qu
7.
▲
by
saifelse
11y ago
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 re-rendering, which I s
8.
▲
by
saifelse
11y ago
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 to the subcomponent&
9.
▲
by
saifelse
11y ago
> 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 ES6 and JSX
10.
▲
by
saifelse
11y ago
Author here, happy to answer any questions!
11.
▲
by
saifelse
12y ago
More like: if(userHasUpdatedPw) { checkPw(hash(pw)) } else{ checkPw(hash(assertDoubledAndTakeHalf(pw)))}
12.
▲
by
saifelse
14y ago
Is there a particular reason why Google servers are still accessible from within MIT despite MITnet being down?