1 line
1.1 KiB
JavaScript
1 line
1.1 KiB
JavaScript
import{_ as e,c as t,o as a,a as o}from"./app.e5a3543f.js";const f='{"title":"Creating Features","description":"","frontmatter":{},"headers":[],"relativePath":"guide/creating-features.md"}',i={},n=o('<h1 id="creating-features" tabindex="-1">Creating Features <a class="header-anchor" href="#creating-features" aria-hidden="true">#</a></h1><p># TODO</p><p>Because typescript does not emit JS, if a value is supposed to be a function it is impossible to determine if a given function is the intended value or a function that returns the actual value. For this reason it is not recommended for any feature types to include properties that are <code>Computable<Function></code>s, and all functions <em>will</em> be wrapped in <code>computed</code>. The notable exception to this is <a href="./coercable.html#http://localhost:3000/guide/coercable.html#render-functions-jsx">JSX</a>, which uses a utility function to mark that a function should not be wrapped.</p>',3),r=[n];function s(c,d,u,l,p,h){return a(),t("div",null,r)}var m=e(i,[["render",s]]);export{f as __pageData,m as default};
|