This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-09-26
Channels
- # announcements (3)
- # babashka (23)
- # beginners (54)
- # calva (9)
- # cider (8)
- # clj-kondo (18)
- # cljsrn (25)
- # clojure (69)
- # clojure-australia (1)
- # clojure-europe (7)
- # clojure-spec (13)
- # clojure-uk (1)
- # clojurescript (122)
- # conjure (8)
- # cursive (15)
- # defnpodcast (9)
- # deps-new (2)
- # emacs (22)
- # fulcro (10)
- # graalvm (36)
- # luminus (5)
- # meander (5)
- # minimallist (1)
- # observability (6)
- # off-topic (54)
- # reagent (8)
- # reitit (2)
- # releases (1)
- # reveal (25)
- # shadow-cljs (21)
- # tools-deps (50)
- # vrac (1)
- # xtdb (2)
@zackteo Luminus is a set of libraries, sort of super templates. What did you means with "working on mobile"? What's your project?
@zackteo there is no react native profile, so no template code to achieve this out-of-the-box. Shouldn't be a problem to build up / include such a process yourself, I would think.
@zackteo Yes, if your react application needs back end, you can use Luminus for example for a REST API and for the front end part you can take care of the configuration with a CLJS wrapper of React (Reagent + Re-frame for example) and Shadow- CLJS or Figwheel-main for the build. Some resources: • https://shadow-cljs.github.io/docs/UsersGuide.html#target-react-native • https://figwheel.org/docs/react-native.html