cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
kennytilton 2021-07-01T13:44:27.217600Z

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! 🙏

raspasov 2021-07-04T09:41:31.220400Z

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.

misha 2021-07-01T20:46:28.218300Z

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

kennytilton 2021-07-01T23:29:05.219900Z

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-galea 2021-07-02T14:29:16.220200Z

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