Liking cljdoc? Tell your friends :D

Question

I'm interested in taking the re-frame concepts and applying them to my entire Client/Server stack.

The Short Answer

You'll want to investigate CQRS.

The Longer Answer

  1. Perhaps watch Bobby Calderwood's video?
  2. Look at his reference implementation or, perhaps, this alternative.
  3. Be aware that "Event Sourcing" often comes along for the ride with CQRS, but it doesn't have to. It adds complexity (Kafka?). Don't do it lightly. Maybe just use CQRS without ES?
  4. If you do want Event Sourcing, then Kafka might be your friend, Greg Young might be your God and Onyx may be useful.

Further Related Links

Can you improve this documentation? These fine people already did:
Mike Thompson, Isaac Johnston, Christophe Gragnic & Daniel Compton
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close