JsRender/JsViews: Difference between revisions
Appearance
Content deleted Content added
Categories |
Add banner {{Cleanup bare URLs}}. After at least 7 passes by @Citation bot since 20220903, this article still has 1 untagged bare URL ref |
||
(18 intermediate revisions by 10 users not shown) | |||
Line 1: | Line 1: | ||
{{short description|Open-source JavaScript library for writing single-page web applications}} |
|||
⚫ | '''JsRender/JsViews''' is an [[Open-source license|open-source]] [[JavaScript]] [[library (computing)|library]] for writing [[Single-page application|single-page web application]]s using [[template]]s and the [[ |
||
{{Cleanup bare URLs|date=September 2022}} |
|||
{{third-party|date=October 2018}} |
|||
⚫ | |||
There are three libraries in two source files: |
|||
* '''JsRender''' is the template library |
* '''JsRender''' is the template library |
||
* '''JsViews''' is the MVVM library which provides two-way data binding for the templates |
* '''JsViews''' is the MVVM library which provides two-way data binding for the templates |
||
* '''JsObservable''' is integrated with JsViews and facilitates observable data manipulations that are immediately reflected in the data-bound templates. |
** '''JsObservable''' is integrated with JsViews and facilitates observable data manipulations that are immediately reflected in the data-bound templates. |
||
The library evolved out of the discontinued jQuery Templates<ref>jQuery Templates on GitHub: https://github.com/BorisMoore/jquery-tmpl</ref> |
The library evolved out of the discontinued [[jQuery]] Templates.<ref>jQuery Templates on GitHub: https://github.com/BorisMoore/jquery-tmpl</ref> It can also be used in server-side Javascript development using e.g. [[node.js]], [[Python (programming language)|Python]]'s [[Django (framework)|Django]] framework<ref>{{Cite web|url=https://pypi.org/project/django-jsrender/|title = Django-jsrender: Render Django templates into Javascript functions}}</ref> or [[Ruby on Rails]].<ref>https://rubygems.org/gems/jsRender-rails/</ref> JsRender/JsViews is hosted on [[GitHub]] and version 1.0 was released in November 2018. |
||
The library is developed and maintained by [[Microsoft]] employee Boris Moore and is used in projects such as [[Outlook.com]] and [[Windows Azure]].<ref>{{cite web |url=https://www.jsviews.com/ |title=Home |website=jsviews.com}}</ref> |
|||
== Links == |
|||
* The JsRender/JsViews homepage: https://www.jsviews.com |
|||
== References == |
== References == |
||
{{reflist}} |
|||
== External links == |
|||
* {{official website|https://www.jsviews.com}} |
|||
* [https://github.com/BorisMoore/jsrender JsRender on GitHub] |
|||
* [https://github.com/BorisMoore/jsviews JsViews on GitHub] |
|||
[[Category:JavaScript libraries]] |
[[Category:JavaScript libraries]] |
||
[[Category:Stub]] |
|||
{{compu-library-stub}} |
Latest revision as of 10:38, 26 September 2022
This article may rely excessively on sources too closely associated with the subject, potentially preventing the article from being verifiable and neutral. (October 2018) |
JsRender/JsViews is an open-source JavaScript library for writing single-page web applications using templates and the Model–view–viewmodel design pattern.
There are three libraries in two source files:
- JsRender is the template library
- JsViews is the MVVM library which provides two-way data binding for the templates
- JsObservable is integrated with JsViews and facilitates observable data manipulations that are immediately reflected in the data-bound templates.
The library evolved out of the discontinued jQuery Templates.[1] It can also be used in server-side Javascript development using e.g. node.js, Python's Django framework[2] or Ruby on Rails.[3] JsRender/JsViews is hosted on GitHub and version 1.0 was released in November 2018.
The library is developed and maintained by Microsoft employee Boris Moore and is used in projects such as Outlook.com and Windows Azure.[4]
References
[edit]- ^ jQuery Templates on GitHub: https://github.com/BorisMoore/jquery-tmpl
- ^ "Django-jsrender: Render Django templates into Javascript functions".
- ^ https://rubygems.org/gems/jsRender-rails/
- ^ "Home". jsviews.com.
External links
[edit]