//
pkg.gl
Category
github.com/tmpfs/pageloop
vdom
package
0.0.0-20171106025916-193cd58f447b
Repository:
https://github.com/tmpfs/pageloop.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
1
Files
861 SLOC
#
Functions
RenderUnsafe
Render renders the parse tree n to the given writer.
#
Constants
APPEND
No description provided by the author
ATTR_DEL
No description provided by the author
ATTR_SET
No description provided by the author
INSERT
No description provided by the author
REMOVE
No description provided by the author
TEXT
No description provided by the author
#
Structs
Diff
Diff is an operation on the virtual DOM that results in a change to the DOM.
Patch
Patch is a slice of diff operations.
Vdom
The virtual DOM.