@Bauke wrote:
With the final release of a project approaching, I'm trying to optimize and improve the project for the production build. So I came across unbound:
My new car is {{unbound color}}
But after some research I found out that the unbound helper is... still there but deprecated in a way.
The unbound helper is mostly a legacy API in Ember, although it is not being removed in 2.0. It was almost exclusively used to manage performance issues which are well addressed in Ember 1.13's new rendering engine.
http://emberjs.com/deprecations/v1.x/#toc_block-and-multi-argument-unbound-helper
But apparently it's still being used by some big companies, as this lightning talk (from 2:40) suggests.
So does anyone know what the status of unbound is? Will it be deprecated for real in the future? Is there enough optimization to justify spending time on refactoring the project?
Posts: 1
Participants: 1