It would be nice to not have to release a new wrapper library everytime someone wants to use a cljsjs React library.
Generating the macros could potentially be done by parsing theext.js file of the cljsjs project, then dynamically creating a namespace and the macros in that namespace. This would also allow app authors to generate wrappers at compile time, based on the cljsjs version they are using.
Haven't had time to look into the edge cases of this.
It would be nice to not have to release a new wrapper library everytime someone wants to use a cljsjs React library.
Generating the macros could potentially be done by parsing the
ext.jsfile of the cljsjs project, then dynamically creating a namespace and the macros in that namespace. This would also allow app authors to generate wrappers at compile time, based on the cljsjs version they are using.Haven't had time to look into the edge cases of this.