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
Tuan-Anh 2020-12-18T14:27:50.235900Z

Hello everyone, I just recently joined the clojurian slack group

Tuan-Anh 2020-12-18T14:28:06.236300Z

I would love to learn from everyone here! I'm planning on developing a mobile app. I could just work with JavaScript and React Native, but I want to try ClojureScript with React Native. Does anyone here have any experience developing mobile app with ClojureScript and React Native, either through work or personal project? I would love to know what framework I should use. I've been doing research but seems like re-natal is no longer maintained and krell is too early in development with not that much documentation? [8:33 AM] Any advices/help would be greatly appreciated!

Tuan-Anh 2020-12-21T13:37:27.260100Z

Thank you so much for your advices! I will be checking out shadow-cljs, Krell, as well as fig wheel and see which one I like the best!

dotemacs 2020-12-18T14:29:55.236400Z

From what I’ve seen, shadow-cljs approach is the most popular solution for apps in production. Krell is also an option. re-natal was good back in the day for reasons, but it’s no longer useful with the latest react-native stable.

2👀2🙌
2020-12-18T14:37:53.237Z

@tuananh.le Yes and in addition to the channel, you can check this website/page https://cljsrn.org/ There have been 2 very good videos recently added in the "Talks & Videos" section. This one is a good overview with the Cljsrn stack: https://www.youtube.com/watch?v=QsUj7HO5xDg&feature=youtu.be

2020-12-18T14:41:16.240Z

A good stack with Shadow-CLJS (builder): • Bare React-Native: https://github.com/thheller/reagent-react-nativehttp://Expo.io : https://github.com/PEZ/rn-rf-shadow

2❤️2✅
Tuan-Anh 2020-12-18T22:52:46.241300Z

Thanks @admin055 for the resources! I will check these out. I appreciate it!