Pier Paolo Ramon
Pier Paolo Ramon
This is both a fantastic and terrible idea. It does makes sense but it makes reading the syntax a nightmare. It could also be `useAutoMemo(……, { exclude: [ …… ]...
Hi! Thanks for the proposal! I’ll have a look into it asap! Please note that we might not need such a specific version, of you look at #14 there’s a...
@neoncube2 yeah that is the plan, the problem is that accessing a property is not pure/idempotent (think property getters) and some ordering may need to be respected. @adrianhelvik your approach...
@neoncube2 Yes, render functions are pure, but callbacks and effect callbacks can (and usually indeed are) impure.
The [official documentation](http://docs.appcelerator.com/titanium/latest/#!/guide/Titanium_Module_Concepts-section-35621751_TitaniumModuleConcepts-PackagedJavaScriptandHybridModules) states that the `assets` directory can be used for `require`, could that be that we can use it to package other things? > You can place additional...
@Robbe92 Can you please look into this and verify it’s ok to merge?
@Robbe92 can you please a look at this? (@chmiiller sorry for the delay)
Unfortunately this is an issue with Incremental DOM. Not sure if metal can catch and trap the issue.
An example from YUI, the [`valueChange` event](https://github.com/yui/yui3/blob/master/src/event-valuechange/js/event-valuechange.js#L548).