Paul Stocks

Results 13 comments of Paul Stocks

Those would be great. All of my views/templates (html fragments) have created, rendered and destroyed events (part of the framework) so being able to cleanly remove Dominar when the template...

I was going to pull down the latest when I noticed that the dist folder hasn't been updated?! I've been using dominar-standalone.js.... The destroy will obviously free up memory (which...

It just gets complicated quickly. The markup looks like ``` {{#if thisBeTrue}} // markup here {{/if}} ``` where thisBeTrue is a 'reactive' function that will be called if anything inside...

Just to be clear: I'm talking about 'Blaze' Meteor's original renderer. Any day now there will be a new release of Meteor. Both React and Angular will be able to...

I suspect (but I'm on thin ice here as I know very little about React) that Reacts popularity in the Meteor community has to do with this very issue at...

I think we are talking about different things here: There is no re-render event. Just a single rendered event There is no render event for this markup ``` {{#if thisBeTrue}}...

I think the answer in the Meteor community has been React and Angular ... and I assume that the to-be- -released-any-minute-now update to Meteor with core support for different rendering...

I'm sure there are folks who would like it.... not me! I really liked REMOVING all the markup when I moved from brand x to Dominar.

@jhuleatt thanks for getting back to me ... I've moved on and just did the conversion on the client (Flutter) (much faster of course) and they appear in the storage...

I just added the class to client/main.html `` ` //