biff

A web framework + self-hosted deployment solution for Clojure. Repo: https://github.com/jacobobryant/biff. Docs: https://biff.findka.com
ej 2021-01-31T20:33:48.017900Z

Hi, @foo. Biff looks very interesting! I'm just getting started with Clojure/ClojureScript, and I initially thought I would go with Fulcro, but to be honest it is proving to be pretty difficult to understand all of the concepts, and I'm getting a little impatient. I have some experience making SPAs with Vue and React using JS, and I'm wondering if you would recommend me to go with Reagent and Re-frame and some Firebase wrapper for CLJS, or if I should go with Biff? Normally I would assume that the author of a web framework would be pretty biased, but at the same time I know that you have used Firebase extensively. My short-term goal is to make a small CRUD app for 10-20 users. Would Biff be suitable for something like that, in production?

2021-01-31T22:13:43.026700Z

Hey! Either would be fine. if you're open to using firebase, I would probably say start with that. have you seen my example repo for firebase? https://github.com/jacobobryant/mystery-cows I wrote a short comparison between biff and firebase here: https://findka.com/biff/#comparison-to-firebase. if you decide you want to give biff a shot, I'm happy to do some pair programming if you like.

👍 2