hoplon

The :hoplon: ClojureScript Web Framework - http://hoplon.io/
akond 2018-10-29T06:01:27.002300Z

i'm having a problem with todo demo app from http://hoplon.io/. It works on the site, but does not work locally. After i add a new item the input content doesnot get cleared.

akond 2018-10-29T06:08:08.003200Z

(reset! new-item "") does reset the cell, but the ui does not get updated for some reason.

2018-10-29T17:12:07.003700Z

@akond hm, can you share your app code?

akond 2018-10-29T18:37:56.003900Z

sure, https://github.com/akond/hoplon-app

akond 2018-10-29T18:38:51.004600Z

@alandipert ^^

akond 2018-10-29T18:42:27.004900Z

i run it with figwheel