Jérôme HENAFF

Results 84 comments of Jérôme HENAFF

The problem for me is I've got a lot of requests to manage and a lot of different dataFilters. If everything is manage in the same function, a lot of...

Hi Job is done on the fork https://github.com/paztis/gridlex - doc/index.html file uses the class="..." mechanism - doc/indexAttribute.html uses the gridlex="..." mechanism to test both you hust have to update the...

Ok I understand for the performances equality. It's because the all the index file used css classes are gridlex ones. Test must be done on a real website with a...

Retrieve the coverage before the page unloading is easy with the onbeforeunload event. But is will result in multiple coverage reports (on per page) and I want to aggregate them...

Problem is still here 2 years after. Someone is looking for a solution ?

I've found a way by adding a key on the tag to force reload on props change

I add a key to the react component, and the key is equal to the code value. Like this, when the input code change, the component rendering is forced

The componentWillUnmount poperty mught be optional. Can you add a null test on this.props.componentWillUnmount before execution ?