react-backbone v0.17.2 Release Notes

Release Date: 2015-02-05 // about 9 years ago
    • react-mixin-manager 0.10 -> 0.11 - 0bebe92

    ⚡️ All react-backbone mixins use the deferUpdate mixin from react-mixin-manager. deferUpdate has been updated to allow more explicit control of how long a forceRender is called after the component update request occurs. The default is 0 which should be good in most situations because most changes that would cause an update from model events would be within the same event loop. However, this provides additional global and component level options.

    ⚡️ See more details

    Commits