Modern Frontend Development with Node. js A Compendium for Modern JavaScript Web Development Within the Node.js ecosystem

Next, you'll get to grips with the most popular package managers and their uses and find out how to use TypeScript and other JavaScript variants with Node.js. Knowing which tool to use when is crucial, so this book helps you understand all the available state-of-the-art tools in Node.js. You�...

Full description

Bibliographic Details
Main Author: Rappl, Florian
Format: eBook
Language:English
Published: Birmingham Packt Publishing, Limited 2022
Edition:1st edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 04301nmm a2200373 u 4500
001 EB002137995
003 EBX01000000000000001276122
005 00000000000000.0
007 cr|||||||||||||||||||||
008 230102 ||| eng
020 |a 9781804617380 
050 4 |a QA76.73.J39 
100 1 |a Rappl, Florian 
245 0 0 |a Modern Frontend Development with Node. js  |h [electronic resource]  |b A Compendium for Modern JavaScript Web Development Within the Node.js ecosystem  |c Florian Rappl 
250 |a 1st edition 
260 |a Birmingham  |b Packt Publishing, Limited  |c 2022 
300 |a 209 p. 
505 0 |a Table of Contents Learning about the Internals of Node.js Dividing Code into Modules and Packages Choosing a Package Manager Using Different Flavors of JavaScript Enhancing Code Quality with Linters and Formatters Building Web Apps with Bundlers Improving Reliability with Testing Tools Publishing npm Packages Structuring Code in Monorepos Integrating Native Code with WebAssembly Using Alternative Runtimes 
653 |a JavaScript (Computer program language) / http://id.loc.gov/authorities/subjects/sh96004880 
653 |a JavaScript (Langage de programmation) 
653 |a Programmation Internet 
653 |a JavaScript (Computer program language) / fast 
653 |a Internet programming / http://id.loc.gov/authorities/subjects/sh96009904 
653 |a Node.js / http://id.loc.gov/authorities/names/n2013024269 
653 |a Internet programming / fast 
653 |a Node.js / fast 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Description based upon print version of record 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781804618295/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.2/762 
520 |a Next, you'll get to grips with the most popular package managers and their uses and find out how to use TypeScript and other JavaScript variants with Node.js. Knowing which tool to use when is crucial, so this book helps you understand all the available state-of-the-art tools in Node.js. You'll interact with linters such as ESLint and formatters such as Prettier. As you advance, you'll become well-versed with the Swiss Army Knife for frontend developers - the bundler. You'll also explore various testing utilities, such as Jest, for code quality verification. Finally, you'll be able to publish your code in reusable packages with ease. By the end of this web development book, you'll have gained the knowledge to confidently choose the right code structure for your repositories with all that you've learned about monorepos.  
520 |a What you will learn Develop a frontend application with Node.js-based tools and libraries Use bundlers such as webpack or Vite to create efficient web applications Leverage test runners such as Jest to ship reliable software Organize code repositories to work in close collaboration with other developers and teams Find out how to publish npm packages to simplify code reuse Improve code quality by enabling consistent formatting using Prettier Who this book is for This book is for junior and intermediate-level frontend web developers who are looking to leverage the Node.js ecosystem for building frontend solutions. The book requires beginner-level knowledge of JavaScript, HTML, and CSS. Prior experience in using a standard shell (sh) will be beneficial 
520 |a Enhance your web development projects by fully leveraging Node.js concepts, tools, and best practices at frontend Key Features Discover the internals of Node.js, focusing on frontend web development Explore the npm frontend ecosystem, including its tooling, usage, and development processes Learn about key web development concepts such as monorepos or publishing libraries Book Description Almost a decade after the release of Node.js, the tooling used by frontend developers is fully embracing this cross-platform JavaScript runtime, which is sadly often limited to server-side web development. This is where this Node.js book comes in, showing you what this popular runtime has to offer and how you can unlock its full potential to create frontend-focused web apps. You'll begin by learning the basics and internals of Node.js, before discovering how to divide your code into modules and packages.