You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a stretch goal for later. The "static first" approach should give most of the raw infrastructure to do this well even if it isn't a current priority.
The text was updated successfully, but these errors were encountered:
The road to the key building blocks of #10 via #60:
- [x] `buildStamp` to build stamps
- [x] `collectBindings` to collect bindings for applying to a stamp
- [x] Basic test for stamp building/bindings
- [x] Advanced tests for stamp building/bindings
- [x] `StampCollection` for registering stamps
- [x] Tests for `StampCollection`
- [x] Support `StampCollection` as wiring helper
- [x] Support `StampCollection` as only wiring option (no static DOM
builder)
- [x] Support wiring base container as "stamped"
- [x] Document Stamps
- [x] Figure out solution for "trampoline components" (fragments created
for children bindings, etc) with respect to Stamps or remove
`runOnlyStamps` (marked as experimental)
- [x] Document jsdom `innerHTML` workaround for `<template>` rendering;
see jsdom/jsdom#3783 (using `template.content` better now)
Resolves#60
This is a stretch goal for later. The "static first" approach should give most of the raw infrastructure to do this well even if it isn't a current priority.
The text was updated successfully, but these errors were encountered: