• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

cljsfiddle.com: a Reagent centric ClojureScript playground

 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
cljsfiddle.com via Show HN: CLJS Fiddle – ClojureScript (cljsfiddle.com). Not to be confused with cljsfiddle.net which has been around for awhile.

Reagent is a simple ClojureScript interface to React.js, which is often described as "the V in MVC" which makes it possible to move beyond MVC (for example something leaning more towards Model-View-Intent). Whenever Reagent gets mentioned somebody brings up re-frame: A pattern for writing SPAs in ClojureScript, using Reagent. Other React.js based ClojureScript technologies are Om Next, Quiescent, and Rum.
reply
    Bookmark Topic Watch Topic
  • New Topic