
Reactive with ClojureScript Recipes
Functional Programming for the Web
Nicolas Modrzyk(Author)
APress
Published on 29. September 2017
Book
Paperback/Softback
XXI, 366 pages
978-1-4842-3008-4 (ISBN)
Description
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
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, andbe Reactive in the browser.
- Run your Application on a smart phones.
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
More details
Edition
1st ed.
Language
English
Place of publication
Berkeley
United States
Target group
Professional and scholarly
Illustrations
200 farbige Abbildungen, 18 s/w Abbildungen
XXI, 366 p. 218 illus., 200 illus. in color.
Dimensions
Height: 235 mm
Width: 155 mm
Thickness: 22 mm
Weight
593 gr
ISBN-13
978-1-4842-3008-4 (9781484230084)
DOI
10.1007/978-1-4842-3009-1
Schweitzer Classification
Other editions
Additional editions

E-Book
09/2017
APress
€66.99
Available for download
Person
Nicolas has over 12 years of IT experience in the United States and Asia and is currently CTO of an international consulting company in Tokyo, Japan. An author of two other published books, Nicolas began working with Clojure five years ago and loves helping customers reach their goals in many languages
When not bringing new ideas to customers, he spends time with his two fantastic daughters Mei and Manon, and playing live music internationally.Content
Chapter 1: Using Boot.- Chapter 2: ClojureScript.- Chapter 3: Working with JavaScript.- Chapter 4: Functional Reactive Programming with Reagent.- Chapter 5: Beyond