Re: ANN: Reagent 0.4.0

2014-08-29 Thread Cesare
Great! Thanks a lot! Il giorno venerdì 29 agosto 2014 16:52:49 UTC+2, Ivan L ha scritto: > > Dan apparently is really strapped on time. If you check out the issues > list you'll see a few of us are using a fork from github/@whoops while he's > out and whoops has updated to the latest react. > >

Re: ANN: Reagent 0.4.0

2014-08-29 Thread Ivan L
Dan apparently is really strapped on time. If you check out the issues list you'll see a few of us are using a fork from github/@whoops while he's out and whoops has updated to the latest react. On Friday, August 29, 2014 7:21:46 AM UTC-4, Cesare wrote: > > Hi Dan, > I'm playing with Reagent an

Re: ANN: Reagent 0.4.0

2014-08-29 Thread Cesare
Hi Dan, I'm playing with Reagent and I find it very simple and promising. Thanks for it! Anyway, the last update was 5 months ago (react 0.10.0): is the project still alive and well? Thanks in advance! Il giorno sabato 22 febbraio 2014 09:11:42 UTC+1, Dan Holmsand ha scritto: > > Reagent is no

Re: ANN: Reagent 0.4.0

2014-02-22 Thread Dan Holmsand
Reagent is now at 0.4.1, with support for ClojureScript 0.0-2173. Reagent's atom now implements the necessary IAtom, ISwap and IReset protocols. Reagent should still be compatible with older ClojureScript versions, but you will get a lot of compilation warnings. /dan On 21 feb 2014, at 16:57

Re: ANN: Reagent 0.4.0

2014-02-21 Thread Henrik Eneroth
Awesome! Thanks! I recently used Reagent in a live coding session to great effect. On Friday, February 21, 2014 4:57:33 PM UTC+1, Dan Holmsand wrote: > > Reagent, a minimalistic interface between React.js and ClojureScript, is > now at 0.4.0. > > The new release has a breaking change: Reagent n

ANN: Reagent 0.4.0

2014-02-21 Thread Dan Holmsand
Reagent, a minimalistic interface between React.js and ClojureScript, is now at 0.4.0. The new release has a breaking change: Reagent now lets you call component functions exactly like ordinary functions (albeit with square brackets). This is obviously a breaking change, but behaviour is unchan