figwheel 2019-02-06

@dgonsalves22 has joined the channel

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

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

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