Skip to content

Instantly share code, notes, and snippets.

@pesterhazy
Last active November 13, 2018 10:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pesterhazy/204f7192b96c8d29d2e06702614d3d78 to your computer and use it in GitHub Desktop.
Save pesterhazy/204f7192b96c8d29d2e06702614d3d78 to your computer and use it in GitHub Desktop.
Reagent State Management Frameworks for ClojureScript

State Management for Reagent

List of frameworks for managing state in reagent applications (ClojureScript/React)

These libraries work by letting you define actions as well as handlers to process the actions.

The other options are not to use an existing framework at all

  • simply swap! your app-state
  • roll your own simplistic events system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment