Сообщения

Сообщения за март, 2017

how to switch figwheel build for emacs cider

So, you can not be connected to two build simultaneously. for instance you have "dev" and "vote" builds, To make proper switching to another build you should do (swith-to-build "vote") in figwheel window :cljs/quit then (cljs-repl) and then open your page in browser, go to your namespace and voila!

clojurescript externs

Someday you try integration with other APIs, and ... here is a list of useful externs Most popular Google and Facebook externs http://closureplease.com/externs/ Firebase https://raw.githubusercontent.com/isabo/firebase-externs/master/firebase-externs.js And here is script for externs generation  http://jmmk.github.io/javascript-externs-generator/

layout for material-ui clojurescript

There will be layouts! https://material-ui-1dab0.firebaseapp.com/#/customization/api But for now you should still use react-flexbox-grid http://roylee0704.github.io/react-flexbox-grid/