Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Doesn't re-frame also work with ui as a pure function of state? (https://day8.github.io/re-frame/a-loop/)

So, is the main difference that replicant is not built on top of react?



reagent (which you'd put re-frame on top of) is what handles rendering (via React) when we're using re-frame, and is the library you can say does "UI as a pure function of state". re-frame is basically like redux (over-simplification) but for the CLJS ecosystem, focuses solely on state and how to mutate it.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: