Tag

render

0 views collected around this technical thread.

Xueersi Online School Tech Team
Xueersi Online School Tech Team
Apr 24, 2020 · Frontend Development

How Vue Transforms a .vue Component into a VNode

This article explains step by step how Vue.js converts a .vue component file into a virtual DOM node by using Vue.extend, createComponent, installComponentHooks, and the VNode constructor, illustrated with real source code snippets and detailed commentary.

ComponentJavaScriptVue
0 likes · 12 min read
How Vue Transforms a .vue Component into a VNode
Test Development Learning Exchange
Test Development Learning Exchange
Jul 4, 2018 · Backend Development

Django Views: HttpRequest, HttpResponse, render and redirect Functions

This article explains Django view fundamentals, covering view functions, HttpRequest and HttpResponse objects, the render and redirect helpers, their differences, and provides practical code examples illustrating their usage in web applications today.

DjangoHttpResponseViews
0 likes · 11 min read
Django Views: HttpRequest, HttpResponse, render and redirect Functions