Where would I look for docs on the ^:once
flag of defui
? I see examples using, but I'm not clear on exactly what the benefit is. It seems not to prevent the render
method being redefined in hot load.
@ben735 Something to do with hot-reload not recreating the component and changing the reference. If you're into om-next and just getting started, should also check out https://fulcrologic.github.io/fulcro the slack is a lot more active & docs, tutorials + a lot of enhancements on top of the om-next model.
@claudiu thanks. Would it be fair to say that Fulcro has superceded Untangled?