For newcomers to cljs I think it's very important to have out of the box working examples in clojurescript.
I tried the twitterbuzz application, but it's fundamentally broken because of the 1.1 API version of Twitter and its oauth demands. I tried ClojureScript One but it requires leiningen 1.7 and I don't want to go back to that version. These are two examples that newcomers might give 5 minutes and then quit clojurescript because of a bad experience. So, what I'm looking for is good out of the box working examples in: - Vanilla clojurescript - React based examples One example of a vanilla clojurescript example that *just works* is this todomvc port: https://github.com/dfuenzalida/todo-cljs Preferable the examples should be - short and simple (not thousands of lines of code) - easy to understand for newcomers - easy to run (lein cljsbuild once, open index.html) - not dependent on too many third party libraries Your suggestions are welcome. I'll write down the suggestions in a gist or github repo in a later stage. Thanks in advance! -- 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 http://groups.google.com/group/clojurescript.
