ClojureScript React Native Desktop

November 19, 2015

React Native has been recently ported to the desktop, specifically targeting OS X for now. Given that this is really just React targeting a new platform, it makes sense to see if we can drive this with ClojureScript.




Of course we can!

I put together a demo proof-of-concept project showing it actually working. The steps needed to set it up are in essence the same as those needed for iOS, changing minor things here and there as needed.

If you want to try it yourself, it is in a GitHub repository: cljsrn-desktop.

Here is the quick demo showing what it looks like:

 




 

Tags: Ambly React Native ClojureScript