Alex Krolick

Results 160 comments of Alex Krolick

What do you suggest? mdx-state?

Codesandbox has a variety of issues running tests, can we keep this repo and pull in any relevant changes from over there?

One way to solve it - add 1 viewport's worth of overscroll like VSCode or SublimeText. I like to be able to scroll past the bottom of the page so...

@jyash97 the issue is yours! I've added an "in-progress" label so that others will know not to start work on the issue. If you change your mind about the issue,...

You also need to enable the module

This should work... is that just a lint error that is highlighting the string?

Maybe add a note here? https://reactjs.org/docs/faq-state.html#what-is-the-difference-between-passing-an-object-or-a-function-in-setstate

Re: #948 as of c6be88121a6f80cd72ae0a1c8a625cc279a73c2b > Example: ```js createEntityAdapter({ sortComparer: (a, b) => { } // omit, indices: { byId: (a, b) => http://a.id.localeCompare(http://b.id), byTitleLength: (a, b) => a.title.length -...