Raphaël Morineau

Results 57 comments of Raphaël Morineau

Is this 38k-length array fetched from a server ? If yes, can you test with a plain local array ?

Just noticed something wrong: `key={item || (`${props.id}`)}` `props.id` is supposed to be the id for the Select component, not for one of its children right ? if item returns false...

Better: please reproduce your code snippet in [codesample.io](codesample.io) Here the code for generating an array of random words: ```js const s = 'abcdefghijklmnopqrstuvwxyz' const { floor, random } = Math...

my bad: [codesandbox.io](https://codesandbox.io)

mmm Page not found :S

Looks like a problem with click handlers, because opening/closing with keyboard runs smoothly

Ok thanks for the snippet. I'll mark this as bug for now. I'll try to find a fix but can't give you any deadline.

@FDiskas please make a separate issue thread instead: this topic here is about performance issue, while your case sounds more about a breaking case. This means 2 different resolving branches.

Consider using Redux and redux-thunk ?