hoplon

The :hoplon: ClojureScript Web Framework - http://hoplon.io/
jamieorc 2018-06-13T13:51:02.000261Z

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?

2018-06-13T14:53:59.000555Z

@jamieorc i think it's a very tiny cult following within clojure so activity comes in bursts. But people are still using it.

flyboarder 2018-06-13T18:17:42.000090Z

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

flyboarder 2018-06-13T18:19:37.000203Z

@jamieorc there are tickets open if you are looking to kick up activity 😜

jamieorc 2018-06-13T18:43:22.000690Z

@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. 🙂

raywillig 2018-06-13T22:54:16.000080Z

@flyboarder just upgraded a project to 7.2.0 and getting an error on my use of route-cell. Has this been eliminated?

flyboarder 2018-06-13T22:58:16.000332Z

@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

flyboarder 2018-06-13T22:58:49.000384Z

@raywillig you can get a community history cell from hoplon/brew

raywillig 2018-06-13T22:59:47.000262Z

thx for the info