I am wondering how to show and hide modal dialog using Om or Reagent. Since my user interface is a function in state, show / hide should be started using a property in this state.
But for frameworks like Bootstrap, you need to call JavaScript to show / hide dialogs.
Is there a general solution to this problem?
Witek source
share