Should I use jQuery templates even if they are not officially released?

I recently searched for solutions for Javascript templates. I would like to use the official jQuery templates plugin, but it looks like it is still in beta or before release. Is it safe to use it despite this, or is it better for me to wait for the official version 1.0 to avoid a possible disruption to the work that I do on average?

+3
source share
4 answers

-, . .

+1

, .

- . , , V1.0 , , , , .

If the beta version of the software has significant advantages for my application or makes life easier, I will send it. But Beta software must be in a stable stable state. And, as I said, it should go long before my application is published.

+1
source

I used it very little and did not experience any problems. Steve Sanderson makes extensive use of them as an integral part of Knockout .

If you are still worried, I would recommend trying it out on small fragments of your project to see how it works.

+1
source

All Articles