On Thursday, May 26, 2016 at 2:56:19 PM UTC+8, Punit Naik wrote: > Hi Everyone > > I am new to Clojurescript and wanted to start doing UI programming. Now the > thing is, I don't have much JS, AngularJS, React.js knowledge. Can you guys > please suggest me any good tutorials about clojurescript or clojurescript > libraries which use react.js and angularjs (like Om and tec.) to develop UI > apps from scratch for a normal clojure developer?
This one https://github.com/magomimmo/modern-cljs Reagent would be easy to pick up. http://reagent-project.github.io You will still need JavaScript knowledges if you want to dig deeper about the UI. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
