integrant-repl icon indicating copy to clipboard operation
integrant-repl copied to clipboard

Other misc useful integrant helpers

Open SevereOverfl0w opened this issue 5 years ago • 0 comments

A few things which seem potentially useful:

  • restart - shorthand for (suspend) (resume) - skips the refresh
  • (find-component :k) - shorthand for (find-derived-1 integrant.repl.state/system :k). Useful for defining REPL helpers like (defn db [] (find-component :db)) instead of having to code against the specific implementation in use (which could change!)

SevereOverfl0w avatar Nov 13 '20 22:11 SevereOverfl0w