Introducing ReScript: Functional Programming for Web Applications
Autor Danny Yangen Limba Engleză Paperback – 28 dec 2022
In Introducing ReScript, you'll learn how to use features in ReScript that JavaScript lacks, such as type inference, null-safety, algebraic data types, pattern matching, and more. Along the way, you'll pick up functional programming concepts like immutability and higher-order functions. You'll also gain a sense of how ReScript works under the hood and how to leverage interoperability between ReScript and JavaScript.
Whether you're a web developer interested in dabbling with functional programming or you just want to learn how to write safer and cleaner code for web applications, this book is a great way for you to get started with ReScript.
What You Will Learn
- Use ReScript to write clean, safe, and elegant software
- Understand the features of ReScript that set it apart from JavaScript, such as type inference, null-safety, and algebraic data types
- Explore functional programming concepts like immutabhigher-orderr order functions, and pattern matching
- Use popular JavaScript libraries and frameworks in your ReScript code and integrate ReScript code into JavaScript codebases
Who This Book Is For
Web developers that want a strictly typed, safer alternative to JavaScript, as well as web developers interested in learning functional programming and leveraging the elegant and powerful functional features in ReScript.
Preț: 174.78 lei
Preț vechi: 218.47 lei
-20% Nou
Puncte Express: 262
Preț estimativ în valută:
33.45€ • 35.29$ • 27.88£
33.45€ • 35.29$ • 27.88£
Carte disponibilă
Livrare economică 12-26 decembrie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484288870
ISBN-10: 1484288874
Pagini: 263
Ilustrații: XXI, 263 p. 8 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.44 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484288874
Pagini: 263
Ilustrații: XXI, 263 p. 8 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.44 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
1. ReScript Basics.- 2. Functions.- 3. Composite Data Types.- 4. Records and Objects.- 5. Lists and Arrays.- 6. Collections.- 7. Modules.- 8. JavaScript Interoperability.
Notă biografică
Danny Yang is a professional software engineer at Meta working on infrastructure for WhatsApp. He has previously worked on Facebook Messenger, including the web interface which was written in ReScript. His technical interests include functional programming, compilers, and data visualization, which he writes about on his blog.
Textul de pe ultima copertă
This book serves as a succinct guide on ReScript, a functional language for building web applications. Using examples of ReScript language features along with explanations of fundamental concepts in functional programming, this book will show web developers with a background in JavaScript how to effectively use ReScript to its full potential.
In Introducing ReScript, you'll learn how to use features in ReScript that JavaScript lacks, such as type inference, null-safety, algebraic data types, pattern matching, and more. Along the way, you'll pick up functional programming concepts like immutability and higher-order functions. You'll also gain a sense of how ReScript works under the hood and how to leverage interoperability between ReScript and JavaScript.
Whether you're a web developer interested in dabbling with functional programming or you just want to learn how to write safer and cleaner code for web applications, this book is a great way for you to get started with ReScript.
You will:
In Introducing ReScript, you'll learn how to use features in ReScript that JavaScript lacks, such as type inference, null-safety, algebraic data types, pattern matching, and more. Along the way, you'll pick up functional programming concepts like immutability and higher-order functions. You'll also gain a sense of how ReScript works under the hood and how to leverage interoperability between ReScript and JavaScript.
Whether you're a web developer interested in dabbling with functional programming or you just want to learn how to write safer and cleaner code for web applications, this book is a great way for you to get started with ReScript.
You will:
- Use ReScript to write clean, safe, and elegant software
- Understand the features of ReScript that set it apart from JavaScript, such as type inference, null-safety, and algebraic data types
- Explore functional programming concepts like immutabhigher-orderr order functions, and pattern matching
- Use popular JavaScript libraries and frameworks in your ReScript code and integrate ReScript code into JavaScript codebases
Caracteristici
Introduces ReScript, a functional language for web applications development Learn how to effectively use powerful features such as type inference, pattern matching, and algebraic data types Includes examples of the ReScript language features mixed with explanations of fundamental concepts