Allan Jiang
Allan Jiang
are there any updates on this? also, are there any resources for cljs over react native on android in general?
sounds good! and i'm so sorry to hear that! sending you my well-wishes.
In the `AuthenticationBaseStrategy` that @ikakosta posted, does it use the `parse` method at all? I implemented it and it seems that method is never called... (only the hook matters). Just...
Yep! I just figured it out. It just needs to be added to the `authStrategies` config! Probably the anonymous auth guide should also be updated to add `"anonymous"` to `authStrategies`...
ok after reading your source I came up with just doing `:as (.-Menu js/semanticUIReact)` but that's a little nasty. I tried `(r/reactify-component sa/Menu)` but that didn't work... According to http://reagent-project.github.io/docs/master/InteropWithReact.html...
Any updates regarding the cljs memory footprint? I'm writing a cljs backend on node.js and would like to use clara rules.
+1. Nested query parameters failed for me too.
so I'm using the router to define both html5 history routes on the client side, as well as to define API endpoints I want to hit on the server. When...
I see, this is the same as #15. It'd be helpful to cut a new release!