Rémy GAZELOT

Results 9 comments of Rémy GAZELOT

What is the status of this PR ? I think this will be useful for many people.

@franferns You can use this approach https://react-redux.js.org/next/api/hooks#using-memoizing-selectors. More details https://github.com/reduxjs/reselect#accessing-react-props-in-selectors.

Hello, I'm facing the same issue and cannot find the solution. I retrieve a list of 1000 elements from the backend and putting them one by one into the store...

@Samorodov Actually I found a way to avoid these actions to be triggered. As far as I understand your component are re-rendered when the Redux state changes because of your...

What about `public function setData(ElementInterface $element = null)`?

I agree that PHP7.1 nullable argument are by far the best way to do it, but I'm ok with the PHP7.0 compatibility. Maybe just keep in mind this thing for...

@kewersonhugo you can maybe play with `onMouseMove` and look into the `event.features`?

Not yet sorry

ExcelAnt\Table\Table::$table is an array of [CellInterface](https://github.com/Wisembly/ExcelAnt/blob/master/lib/ExcelAnt/Cell/CellInterface.php). this is not a classic php array