Expand description
Proc-macros used in Sycamore.
Macros§
- view
- A macro for ergonomically creating complex UI complex layouts.
Attribute Macros§
- cfg_
not_ ssr - A macro for feature gating code that should only be run on the web.
- cfg_ssr
- A macro for feature gating code that should only be run on the server.
- component
- A macro for creating components from functions.