Reactive with ClojureScript Recipes: Functional Programming for the Web
Autor Nicolas Modrzyken Limba Engleză Paperback – 29 sep 2017
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
Preț: 406.63 lei
Preț vechi: 508.29 lei
-20% Nou
Puncte Express: 610
Preț estimativ în valută:
77.82€ • 82.10$ • 64.85£
77.82€ • 82.10$ • 64.85£
Carte tipărită la comandă
Livrare economică 02-16 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484230084
ISBN-10: 1484230086
Pagini: 366
Ilustrații: XXI, 366 p. 218 illus., 200 illus. in color.
Dimensiuni: 155 x 235 mm
Greutate: 0.55 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484230086
Pagini: 366
Ilustrații: XXI, 366 p. 218 illus., 200 illus. in color.
Dimensiuni: 155 x 235 mm
Greutate: 0.55 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
Chapter 1: Using Boot.- Chapter 2: ClojureScript.- Chapter 3: Working with JavaScript.- Chapter 4: Functional Reactive Programming with Reagent.- Chapter 5: Beyond
Notă biografică
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.
Textul de pe ultima copertă
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.
Caracteristici
The only book to cover Reagent, a minimalistic interface between ClojureScript and React A fast-paced recipes book about how to write interactive applications for web browsers and smart phones Many recipes will be presenting a Facebook React Wrapper that makes React easy to grasp and use