Bruno Prieto Reis
Bruno Prieto Reis
I have just started playing with Subscriptions. So I have a fresh CRA app here, and it is duplicating subscriptions. When I remove StrictMode, it stops.
It´s a very nice tool. Thanks. Do you already think in a specific way to attach click and other event listeners to each "piece" of the view created by a...
Yes, thanks. I´ve figured out how to capture a click and identify the related model with your help. I will follow this path (with ElManager) and try more complex situations...
Found another challnge here: now I´m using a collection´s comparator function. So the added elements are sorted each time. Is there a way to sort the view using the CollectionBinder?...
I'm just adding a new item to the collection. Since I've defined a comparator for the Collection ( http://backbonejs.org/#Collection-comparator), the collection get sorted, but not the view. I think that,...
Let's say I have a user defined sort order using JQuery Tablesorter. How can I listen to a add event on the CollectionBinder and sort my view acording to user...
nice. I had figured out these events, bu for some reason the sort was not working when removing elements. The removed elements were apearing again on sort operations. So I´ve...
Thanks Willian. It's important to me knowing these assumptions to use the component.
Not now. I might do it later when I have a little more time. (in one or two weeks I think)
I'm thinking about creating a hoc where I can pass a query, the custom scalar type and a conversion function. I would compose that hoc adding it just after the...