HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mikewhy

no profile record

コメント

mikewhy
·5 年前·議論
It does not, no.
mikewhy
·7 年前·議論
There have been multiple variations in other laptops. How successful they are, I can't comment on.

Screen in touchpad: https://www.microsoft.com/en-ca/p/asus-zenbook-14-ux434fl-ub...

Screen above keyboard: https://www.microsoft.com/en-ca/p/asus-zenbook-pro-duo-lapto...
mikewhy
·7 年前·議論
Thanks for the links! That blog post is great.

I've encountered the issue before, but never knew the name. After bumping into it a couple of times I just changed up how I use react-redux.
mikewhy
·7 年前·議論
(note this is not directed at redux, react-redux, or the wonderful redux-starter-kit library. I'm also a huge, huge fan of how createSlice combines action constants, action creators, and reducer handlers, all in one.)

Those react-redux hooks just exemplify the issues I have with hooks.

Yeah, potentially less code, but with more (and in some instances, completely unheard of) gotchas, more that the developer has to do to keep parity with not using hooks, and certain things dropped entirely.

I'm super interested in this discussion. I've been using React for years, and it's been smooth sailing. But somethings up with hooks, and I haven't been able to put it into words.
mikewhy
·7 年前·議論
Was there ever any clarification on why the React team went with a single `contextType`, and not something like:

    class MyComponent extends Component {
      static contextTypes = {
        auth: AuthContext,
      }
    }
mikewhy
·9 年前·議論
Giant Bomb did a great interview with one of the longtime Naughty Dog devs where he talks about the old Crash and Jax engine: https://www.giantbomb.com/videos/an-uncharted-tech-retrospec...
mikewhy
·9 年前·議論
Oh that is a little awkward. You can configure it, but the configuration options appear below the CPU bars. So if there's already so many that your screen is filled, that's a bit moot.

This stackoverflow has some pointers though: http://superuser.com/questions/806614/how-to-compress-or-hid...