On Saturday, May 13, 2017 at 5:43:03 PM UTC+2, Marc Griffiths wrote: > Hi, > > I recently deployed a 100% cljs/cls site: organicinvestmentcooperative.com.au > > I'm wondering if people can point me towards other clojurescript websites, or > people or resources to help build commercial scale websites in clojurescript > > Feels like there is a lot of potential here, but lack of front end libraries > is causing more development work compared to more mainsteam technologies > > Thanks! > Marc
Hi Mark ! I looked at organicinvestmentcooperative.com.au. and noticed that it loaded pretty slowly. Did you compiled your cljs code in :advanced mode ? (Nice site BTW). About your question, what kind of frontend library would you like to be able to use from CLJS? I've always seen the Clojure(Script) ecosystem as one of the most versatile due to its easy interrop. You could look at Re-Frame for a React based functional framework… But the list is so big I can't simply put it here. (https://github.com/Day8/re-frame) If you look at real world sites built in CLJS you might be interested in : https://functional.works-hub.com/ https://circleci.com/ https://precursorapp.com https://asciinema.org/ You can also join the Clojurians Slack (http://clojurians.net/), almost 10 000 Clojure developers joined it. Have a nice day ! Geoffrey -- 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.
