Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTMLApplier ¶
type HTMLApplier struct {
// contains filtered or unexported fields
}
HTMLApplier renders VNodes to HTML
func NewHTMLApplier ¶
func NewHTMLApplier(w io.Writer) *HTMLApplier
NewHTMLApplier creates a new HTML applier
type HydrationIDGenerator ¶
type HydrationIDGenerator struct {
// contains filtered or unexported fields
}
HydrationIDGenerator generates unique IDs for hydration
func NewHydrationIDGenerator ¶
func NewHydrationIDGenerator() *HydrationIDGenerator
NewHydrationIDGenerator creates a new hydration ID generator
func (*HydrationIDGenerator) Next ¶
func (g *HydrationIDGenerator) Next() string
Next returns the next hydration ID
Click to show internal directories.
Click to hide internal directories.