▲ noBind - A small utility to not more `bind` in JSX or any other context at github.com▼1 up and 0 down, posted by pizzaman 3020 days ago 2 comments
moretti 3020 days ago. link 1 point ▲ ▼> .bind return a copy of the that bound function How is this different? A new function is returned on each invocation, just like .bind: https://github.com/RamonGebben/noBind/blob/master/index.js#L10