Skip to content

Example project using Redux-like state-management in ClojureScript

License

Notifications You must be signed in to change notification settings

stefanroex/clojurescript-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clojurescript Redux

An example project which implements a Redux-like project-structure with routing in ClojureScript.

Setup

To get an interactive development environment run:

lein figwheel

and open your browser at localhost:3449.

Ideas

  • Parse the Bidi-routes to calculate the nested handler structure. Convert this structure into containers via multimethod.
  • Use defrecord for actions and use instance? in the reducers.
  • Implement memoized selectors for more performance when working with derived data.

License

MIT

About

Example project using Redux-like state-management in ClojureScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published