Diego Toro

Results 7 comments of Diego Toro

I'm interested in this, is there any proposal or something? like date or something?

ooo thanks for replay, I'll be checking then... For now I found the tutorial https://github.com/happypoulp/redux-tutorial

I need something similar. Is there a way to get the current index at the top of the scroll area? Not the range because seems the `overscan` affects it.

I'm facing the same issue. I'm trying to have a library build setup to have separated React components with their own CSS next to them. So I can load the...

you could try this, https://github.com/webpack/imports-loader works for me like this `require('imports?define=>false,angular!ngTable');`

Oh It's just that using `imports-loader` you can tell webpack to disable non-common modules (old ones), I'll check it out and let you know, looks like something has change and...

Ok I just checked and looks like the `ng-table` doesn't have and index for the module, so it's looking for the module and can't fine anything, it's better if you...