Reagent: Minimalistic React for ClojureScript
reagent-project.github.io
Reagent: Minimalistic React for ClojureScript
1–10 of 12 posts
Re: Reagent: Minimalistic React for ClojureScript
#2Re: Reagent: Minimalistic React for ClojureScript
#3Re: Reagent: Minimalistic React for ClojureScript
#4Not sure why this is posted. But I'm working on a straight port of re-frame in javascript, it's an abstraction on top of react-redux, a true 1:1 port. For me re-frame's api is the holy grail (for now) of UI programming.
Re: Reagent: Minimalistic React for ClojureScript
#5https://github.com/Day8/re-frame
It provides a fantastic framework for implementing browser based UIs with a very clean approach, inspired by Elm architecture, and related to redux.
Re: Reagent: Minimalistic React for ClojureScript
#6Not sure why this is posted. But I'm working on a straight port of re-frame in javascript, it's an abstraction on top of react-redux, a true 1:1 port. For me re-frame's api is the holy grail (for now) of UI programming.
Re: Reagent: Minimalistic React for ClojureScript
#7Not sure why this is posted. But I'm working on a straight port of re-frame in javascript, it's an abstraction on top of react-redux, a true 1:1 port. For me re-frame's api is the holy grail (for now) of UI programming.
Re: Reagent: Minimalistic React for ClojureScript
#8When talking about reagent, we should also mention re-frame: A Reagent Framework For Writing SPAs, in Clojurescript. https://github.com/Day8/re-frame It provides a fantastic framework for implementing browser based UIs with a very clean approach, inspired by Elm architecture, and related to redux.
I'm certainly using re-frame on my next spa project.
Re: Reagent: Minimalistic React for ClojureScript
#9Not sure why this is posted. But I'm working on a straight port of re-frame in javascript, it's an abstraction on top of react-redux, a true 1:1 port. For me re-frame's api is the holy grail (for now) of UI programming.