Fork me on GitHub
#om-next
<
2018-10-17
>
Sturm01:10:06

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.

claudiu06:10:11

@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.

fulcro 4
👍 4
Sturm22:10:42

@claudiu thanks. Would it be fair to say that Fulcro has superceded Untangled?