Skip to content
#

cljs

clojurescript logo

ClojureScript is a compiler for Clojure that targets JavaScript. It emits JavaScript code which is compatible with the advanced compilation mode of the Google Closure optimizing compiler. ClojureScript combines the reach of the JavaScript platform, the flexibility and interactive development of Clojure, and the whole-program optimization of Google Closure to provide the most powerful language for programming the web.

Here are 98 public repositories matching this topic...

sulami
sulami commented May 30, 2018

When upgrading react-navigation to 2.0, I'm getting a lot of "The StackNavigator
function name is deprecated, please use createStackNavigator instead", which is
fixed easily enough by something like this.

(src/clsjs_react_navigation/base.cljs)

 ;; Navigators
 (defonce createNavigator (gobj/get ReactNavigation #js ["createNavigator"]))
-(defonce StackNavigator (gobj/get ReactNaviga
bluegenes

Created by Rich Hickey

Released July 20, 2011

Latest release 21 days ago

Repository
clojure/clojurescript
Website
clojurescript.org

Related Topics

clj clojure language
You can’t perform that action at this time.