Yes, Sean has switched to Reagent and has been very active in its recent development. I also use Reagent most of the time, as well as a newer library called Rum that I find quite interesting. I've used Om quite a bit in the past, and they're all great libraries, just depends on your requirements.
I've looked at Dmitri's yuggoth project as well - it was very useful for getting ideas when I first started working with Reagent. He used to run his blog with it and it worked quite well, although he recently switched his blog to use one of the CLJS static site generators. But you should be able to extract the ideas from it and apply to Om. When it comes to authentication, which React wrapper you are using doesn't make much of a difference. As for Firebase, I looked at that library you mentioned when I first started using Firebase and at the time I couldn't even get it to build. No problem, though, because it's so simple to do with normal JS interop. I have a handful of functions I keep in a firebase namespace that abstracts away all the interop - it's really easy. You've inspired me to put together a demo app using Firebase, including authentication. It will use Reagent, because that's the quickest and most comfortable for me, but I'll keep the UI simple enough that it should be easy to adapt it to Om. Even if you don't use Firebase, hopefully it will give you a general idea of how to handle authentication on the client side. I'll work on it this weekend and post as soon as it's ready. -- 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.
