Viktor Eriksson
Viktor Eriksson
Alright, congratulations! That makes total sense. While very nice to have, this library is not mission critical for us right now but when we need it I'll submit a push...
@theronic Unfortunately I've also transitioned to using figwheel because of faster compilation speed and better REPL + reload experience.
Latest update, I have now very crudely changed the folder from `node_modules` to `cljs_output` and then replaced `goog.require('` with `require(./cljs_output/'`. This adds about 450ms in build time for the example...
Investigated this with RN 0.42. The packager now seems to notice that the cljs files are updated, but those changes aren't shown in the final js-bundle. I’m going back to...
For a version that works with RN 0.42 **but boot-reload is broken**: https://github.com/vikeri/boot-react-native/tree/rn42
@IsaacKhor Your solution is what I would use if I had an alert that was a dom element. But say that I want to use the native alert box or...
@IsaacKhor Yes exactly! That is an option. As long as there is a way to get the value of a subscription without creating one, I'd be happy.
@ff- I agree that it feels very hackish. @IsaacKhor I think the nested subscription model actually decreases the need for a more advanced data layer. I can access elegantly abstract...
Great effort but I since the subscriptions are already cached as of 0.8.0 I think this doesn't make much sense to be honest. I would be very happy to hear...
@julienfantin Sweet! I'll probably check it out. Wouldn't mind some docs on how to use it though 👍