May be it is possible: ```javascript const b = box(0); const A = component(() => <i>{b}</i>) ```
May be it is possible: