Sycamore API Documentation
Sycamore is a VDOM-less web library with fine-grained reactivity.
This is the API docs for sycamore. If you are looking for the usage docs, checkout the Sycamore Book.
Features
dom(default) - Enables rendering templates to DOM nodes. Only useful onwasm32-unknown-unknowntarget.ssr- Enables rendering templates to static strings (useful for Server Side Rendering / Pre-rendering).serde- Enables serializing and deserializingSignals and other wrapper types usingserde.