ShopSpell

Reactive ith ClojureScript Recipes Functional Programming for the Web [Paperback]

$57.99     $69.99    17% Off      (Free Shipping)
100 available
  • Category: Books (Computers)
  • Author:  Modrzyk, Nicolas
  • Author:  Modrzyk, Nicolas
  • ISBN-10:  1484230086
  • ISBN-10:  1484230086
  • ISBN-13:  9781484230084
  • ISBN-13:  9781484230084
  • Publisher:  Apress
  • Publisher:  Apress
  • Binding:  Paperback
  • Binding:  Paperback
  • Pub Date:  01-Oct-2017
  • Pub Date:  01-Oct-2017
  • SKU:  1484230086-11-SPRI
  • SKU:  1484230086-11-SPRI
  • Item ID: 102119129
  • List Price: $69.99
  • Seller: ShopSpell
  • Ships in: 5 business days
  • Transit time: Up to 5 business days
  • Delivery by: Jan 01 to Jan 03
  • Notes: Brand New Book. Order Now.
Use ClojureScript to create powerful serverless Web applications that are responsive and engaging. This?book presents Reactive recipes with Reagent, a ClojureScript reactive framework, to create interactive applications.?

Throughout the book,?Reactive with ClojureScript ?Recipes?uses?progressively?more complex examples and introduces you to a set of powerful tools that target rapid web application development. In the last chapter, you'll use these concepts for an HTML5-based deployment to smart phones.

ClojureScript is your functional programming language for the web. ClojureScript looks like a LISP, and compiles to JavaScript, and thus runs nicely run in the browser.
?

What You'll Learn
  • Write simple static web apps with Boot
  • Iintegrate ClojureScript and its libraries
  • Animate content, play with sound and videos?
  • Use Reagent, and be Reactive in the browser.
  • Run your Application on a smart phones.
Who This Book Is For

Clojure developers who want to turn their functional skills to the web and JavaScript advanced developers who want reuse their web skills in a different language


Chapter 1: Using Boot, a build tool to create your working environment (50 pages)

Boot is a build tool, that makes it easy to write ClojureScript and to use external libraries.
It also makes code compilation, packaging and distribution consistent and easy. This chapter present the tool and how, with a simple text editor, the devel3Ê