Skip to content

ghaskins/re-frame-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

re-frame-native

A Leiningen template for generating a re-frame application on React Native based on shadow-cljs and lein-shadow

Usage

$ lein new re-frame-native <project-name>

See the generated README.md for details on how to use the resulting application

Credits

This template is based on the work of many others, but in particular: re-natal. In fact, this template is more or less identical to the output of running re-natal init <project-name> but with one key distinction. Re-natal generates re-frame code using a figwheel based configuration, whereas this template focuses on a shadow-cljs based flow.