Bruce Hauman
Results
75
issues of
Bruce Hauman
I just released https://github.com/bhauman/react-native-figwheel-bridge on npm. I worked to improve the bridge file and make sure that it works with both figwheel and figwheel-main.
use react and react-dom instead cljsjs.react and cljsjs.react.dom to support new cljs :bundle target
4
The new cljs `:bundle` target allows pretty seamless npm and webpack integration for CLJS projects. I just tried to fix the Rum part of the lein-figwheel template to operate with...