figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
2019-02-06T09:59:21.018800Z

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

2019-02-06T10:00:24.019400Z

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

2019-02-06T10:01:13.019700Z

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