Giter VIP home page Giter VIP logo

Comments (3)

domkm avatar domkm commented on May 24, 2024

I would also appreciate this functionality.

from boot-reload.

Deraen avatar Deraen commented on May 24, 2024

Is there some reason to implement this in boot-reload? Should be quite easy to do in the app.

(defonce ctx (atom nil))

(defn init! []
  (if-let [x @ctx] (.close x))
  (reset! ctx (AudioContext.)))

Leaving this up to the app also allows app to handle more complex cases like when closing something is a async operation and has to be completed before new connection or such is opened. This is possible to implement by using core.async in init!.

from boot-reload.

jeluard avatar jeluard commented on May 24, 2024

I'd rather not have too much development specific logic in my production code. It can become messy pretty quick and would prefer to keep both separated.

The scenario you describe makes sens. If such requirement arise it could be supported in the boot-reload counterpart. For instance the function hook could receive a function parameter that would need to be called by the user to let the reload happen.

from boot-reload.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.