luminus

zackteo 2020-09-26T00:51:12.002500Z

Hello! May I ask how do I get Luminus working on mobile? 🙂

2020-09-26T07:09:34.005100Z

@zackteo Luminus is a set of libraries, sort of super templates. What did you means with "working on mobile"? What's your project?

zackteo 2020-09-26T07:10:33.006Z

I was thinking of trying to get it to work on mobile via react native o:

bastilla 2020-09-26T09:30:23.008700Z

@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.

2020-09-26T11:44:21.010600Z

@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