I pop in here periodically to see what’s happening with Hoplon. Lately, conversation has really dropped off. What’s the status and usage of Hoplon these days?
@jamieorc i think it's a very tiny cult following within clojure so activity comes in bursts. But people are still using it.
Actively using it but we solved most of the issues with the existing version in 7.1 and 7.2, the next development stint will probably happen when someone has time to go through an optimize the library
@jamieorc there are tickets open if you are looking to kick up activity 😜
@jjttjj @flyboarder Thank you both. I wish I had time to do such, but I am not currently using Hoplon and I don’t currently have time for the projects I am using. After my experiences building significant apps with Om (a few years ago) and re-frame ( a couple years ago) in legacy code that has a lot of jQuery, I wouldn’t won’t hesitate to use Hoplon, unless of course the project looks dead. 🙂
@flyboarder just upgraded a project to 7.2.0 and getting an error on my use of route-cell
. Has this been eliminated?
@raywillig yes I believe it was as it used a working but deprecated logic for route handling, the recommended approach is to use a routing library or HTML history
https://github.com/hoplon/brew/blob/master/src/hoplon/history.cljs
@raywillig you can get a community history cell from hoplon/brew
thx for the info