Fork me on GitHub
#figwheel
<
2019-02-06
>
danielstockton09:02:21

Is there a way to mark a portion of code to 'only run once'. Similar to defonce?

danielstockton10:02:24

Or should I increment a counter on each reload, and have a condition to run that code only when counter is zero?

danielstockton10:02:13

Nvm, i found the part with defonce (do in the docs