ClojureScript + React Native
Resources for developers using ClojureScript to build React Native apps.
Discussion
Wiki
The publicly editable Wiki contains tips and tricks learned by the community.
Using
Re-Natal
Re-Natal is the original and most-referenced stack for building with ClojureScript and React Native, but it is no longer actively developed and is behind React Native by several minor versions.
Krell
Krell is a stand-alone approach which relies on the standard ClojureScript compiler and tooling to make developing React Native apps simpler and easier. Krell uses minimal deps.edn and build.edn config to establish a clean REPL-based workflow, embracing established ClojureScript development idioms.
react-native-figwheel-bridge
react-native-figwheel-bridge is a simple approach to setup React Native with ClojureScript + Figwheel + REPL on top of a standard React Native project. Follow the readme, the approach seems to work great as described.
Expo
Expo is tooling around React Native that lets you build mobile apps using only JavaScript. There is a leiningen template which provides a ready-to-use setup for ClojureScript apps. The template provides REPL and Figwheel capabilities using only Clojure scripts directly in user space (as opposed to re-natal
external tools). This, however, also makes it more difficult to update since the code has to be patched on the user repo. The Expo template is the more recent of all approaches but it supports building apps without any Android or iOS SDK, which is great to get started.Posts & Articles
Blog posts and articles pertaining to ClojureScript with React Native and associated tooling.
Talks & Videos
Slides, demos, talks, etc. pertaining to ClojureScript with React Native and associated tooling.
Misc Repos
Apps
Apps built using ClojureScript and React Native.
- Fy: boot-react-native + Reagent + Datascript
- Luno Weather App: Re-natal + reagent + React-Native-Material-Design from Alexander Pantyuhov.
- webMailReader: Using React Native under the hood, with part of business logic in ClojureScript.
- QTTT: A port of Luke Vanderhart's web app to use Om on React Native. Try it online.
- Snapability (iOS / Android): An OCR app built with re-natal and re-frame.
- Status: a web3 browser, messenger, and gateway to a decentralised world of Ethereum. re-natal + re-frame + cljs + golang
- FullContact: Contact management apps that help you be awesome with people. Parts of the apps built with React Native + ClojureScript + re-natal + re-frame + figwheel
- Riverford: An app for managing your Riverford order of seasonal, organic veg. App built with React Native + ClojureScript + re-frame + expo
- Scholli (Android / iOS): Non-cloud app to control Shelly devices, based on re-natal + reagent.
- Ezmonic (Android / iOS): Built with shadow-cljs, re-frame, React Native, and ClojureScript, Ezmonic helps you remember long numbers by automatically finding the shortest Major System mnemonic phrase.
Companies
Companies using ClojureScript and React Native to build solutions.
Maintained by Mike Fikes—submit a PR if you'd like content added.