This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-11
Channels
- # announcements (6)
- # architecture (9)
- # beginners (120)
- # calva (13)
- # cider (28)
- # clj-kondo (8)
- # cljs-dev (7)
- # clojure (113)
- # clojure-europe (13)
- # clojure-italy (7)
- # clojure-nl (9)
- # clojure-spec (44)
- # clojure-uk (7)
- # clojuredesign-podcast (15)
- # clojurescript (18)
- # cursive (9)
- # data-science (3)
- # datomic (32)
- # defnpodcast (1)
- # events (2)
- # fulcro (6)
- # jobs (1)
- # kaocha (5)
- # london-clojurians (2)
- # luminus (2)
- # nyc (2)
- # off-topic (54)
- # ring (6)
- # shadow-cljs (136)
- # sql (1)
- # testing (2)
- # tools-deps (64)
- # vim (83)
OK, I’ve got a basic Fulcro Native template. See demo at https://www.youtube.com/watch?v=03I9uRxVQsc, source at https://github.com/fulcrologic/fulcro-native-template.
It actually has BOTH web and native sharing code (session state machine and session logic)
Thomas also has a nice pattern he suggested for times when you need the same interface, but alternative web/native implementations here: https://gist.github.com/thheller/fa044450a6470fdd1afdbcf3f37a65e3 I’ve used a similar pattern in my own apps.
I’ve downgraded http://socket.io in Inspect Electron because the 2.x series seemed problematic. If you’re using Electron Inspect please downgrade your socket.io-client to 1.7.4 when you download the new binaries (2.2.1-alpha). https://github.com/fulcrologic/fulcro-inspect/releases/tag/2.2.1-alpha