Добавить
Уведомления

Creating View with Template in Backbone.js

The render function is invoked whenever there is a need to render the view on the screen. We will usually use a templating mechanism for rendering the view. We can use Underscore.js templating mechanism. Backbone.js requires Underscore.js for its operation so the library is already available.

Иконка канала JavaScript и Dart
36 подписчиков
12+
16 просмотров
2 года назад
12+
16 просмотров
2 года назад

The render function is invoked whenever there is a need to render the view on the screen. We will usually use a templating mechanism for rendering the view. We can use Underscore.js templating mechanism. Backbone.js requires Underscore.js for its operation so the library is already available.

, чтобы оставлять комментарии