Fork me on GitHub
#cljsrn
<
2021-07-01
>
kennytilton13:07:27

Mildly OT: I was trying to explain to a client the difference between Cordova and ReactNative apps and was struggling when I had a great idea: can we find an app in an app store that is built with Cordova, so he could try it himself? Even better would be sth akin to TodoMVC, with different approaches to the same app. (No, I do not think TodoMVC is a great exemplar, just using that as a ferinstance.) Any ideas? Thx! 🙏

misha20:07:28

Browse this repo: https://github.com/gothinkster/realworld it might have one

kennytilton00:07:03

Perfect! I think we already decided on RN because of tight performance requirements, but if we waiver on that we'll dig into that. Thx!

raspasov09:07:31

Was the person that you’re talking to technical? You can adjust the conversation accordingly. In any case, I believe one of the big React Native advantages is the ecosystem momentum. There’s a number of good libraries for React Native that I don’t think exist for Cordova, etc.

kennytilton23:07:05

So Krell: "Switch into the ios directory of your project and run pod install." What project? Nowhere in the readme does it talk about creating a project.

anthony-galea14:07:16

I think project stands for the react native project there. Did you try following the reagent tutorial? https://github.com/vouch-opensource/krell/wiki/Reagent-Tutorial It’s more detailed

kennytilton19:07:50

Ah, that does look better, @U446AB17F. I'll give it a shot. Thx! 🙏

kennytilton20:07:37

Well, it put up a fight (I had to switch to the "yarn" option) but "Hello Krell"! Thx again, @U446AB17F.

kennytilton20:07:59

Hmmm, deliberate errors are displayed in various consoles, but not right on the device sim as advertised, Is this a known issue?