Peter Berezny

Results 8 comments of Peter Berezny

@iansinnott, I think, in order to have the API as below, the index would need to go and would introduce a breaking change to current react-string-replace API. I assume the...

@iansinnott, I think I grok it now. And I actually found a use-case in my application. The use case is basically this: - in the provided text, I want to...

@iansinnott I did not modify the server client example, since I do not understand how you deploy this on local... I suppose the code needs bundling first. There is no...

I have added a bit more information to readme, but I think I am making it a bit cluttered with former examples.

this is something that I imagine should work like in the view: ``` {{data.value}} ``` While the data via slot-scope would be an object like this: ``` data = {...

I did not get anywhere in this yet, the dynamic load is just wrestling with the vue instances too much and looks like each cell content would have to be...

So I gave it another go, and managed to get something like this working: ``` import Vue from 'vue' export default (r, c, val, def, data) => (VueComponent) => {...