

Practical Svelte - Libby, Alex
- Format: Broché
- 340 pages Voir le descriptif
Vous en avez un à vendre ?
Vendez-le-vôtre36,33 €
Produit Neuf
Ou 9,08 € /mois
- Livraison à 0,01 €
- Livré entre le 4 et le 7 août
- Payez directement sur Rakuten (CB, PayPal, 4xCB...)
- Récupérez le produit directement chez le vendeur
- Rakuten vous rembourse en cas de problème
Gratuit et sans engagement
Félicitations !
Nous sommes heureux de vous compter parmi nos membres du Club Rakuten !
TROUVER UN MAGASIN
Retour

Avis sur Practical Svelte Format Broché - Livre Informatique
0 avis sur Practical Svelte Format Broché - Livre Informatique
Donnez votre avis et cumulez 5
Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.
-
Isamu Noguchi: Space Of Akari And Stone
Occasion dès 30,00 €
-
The Chinese Art Book
Neuf dès 197,99 €
Occasion dès 47,29 €
-
Chamäleon : La Grammaire Allemande Sur Le Bout De La Langue - 137 Rappels, 323 Exercices Et Corrigés
1 avis
Neuf dès 22,40 €
-
Lexique Bilingue De La Mode Français-Anglais Et Anglais-Français
1 avis
Occasion dès 20,00 €
-
Becoming Disfarmer
Occasion dès 23,00 €
-
Cricut Joy
Neuf dès 51,50 €
Occasion dès 100,00 €
-
Building With Straw Bales: A Practical Manual For Self-Builders And Architects Volume 6
Neuf dès 39,76 €
-
Le Livre D'urantia
Occasion dès 50,00 €
-
7: - Best Karate 7: Jitte,Hangetsu, Empi
Occasion dès 53,35 €
-
Cambridge Igcse® First Language English Coursebook
Occasion dès 19,99 €
-
Michel Vaillant Le Fantôme Des 24 Heures
Occasion dès 19,88 €
-
Designing Creatures And Characters
Neuf dès 40,68 €
Occasion dès 35,00 €
-
Indian Villages Of The Southwest
Occasion dès 20,00 €
-
Peugeot 206 Petrol & Diesel (98 - 01) Haynes Repair Manual
Neuf dès 40,97 €
-
La Mort De Radiguet. Yukio Mishima. Bilingue. Gallimard. Traduit Du Japonais Par Dominique Palme.(2012)
2 avis
Occasion dès 28,00 €
-
Grecs En Occident De L'age Mycénien À La Fin L'héllenisme
Occasion dès 25,00 €
-
The Vocabulary Guide - Les Mots Anglais Et Leur Emploi
Neuf dès 20,50 €
Occasion dès 27,00 €
-
Fichte, Reden An Die Deutsche Nation
Neuf dès 21,00 €
-
The Reconstruction Of Nations
Neuf dès 30,09 €
-
Joi Travalh E Soufransa De Ma Gent Biografie Di Anziani Delle Valli Cluuzoun E Sanmartin
Occasion dès 34,00 €
Produits similaires
Présentation Practical Svelte Format Broché
- Livre InformatiqueAuteur(s) : Libby, AlexEditeur : Apress L.P.Langue : AnglaisParution : 01/10/2021Format : Moyen, de 350g à 1kgNombre de pages : 340Expédition : 641Dimensions : 25.4 x 17.8 x 1.9 ...
Résumé :
Learn to leverage the power of Svelte to produce web applications that are efficient and fast. This project-oriented book simplifies creating sites using Svelte from start to finish, with little more than a text editor and familiar languages such as HTML, CSS, and JavaScript. It equips you with a starting toolset that you can use to develop future projects, incorporate into your existing workflow, and allow you to take your websites to the next level. Practical Svelte is an excellent resource for getting acquainted with creating and manipulating websites or online applications using a component framework approach. It takes the view that we don?t have to create something complex and unwieldy. We can build something quickly, using less code than some of its competitors, and extend it using the power of the API and plugins over time, without sacrificing speed or features. You will learn how to use the Svelte framework to rapidly create and deploy websites or online applications that are performant, with the minimum of fuss and using existing tools already available in the browser, get up to speed with individual features of the Svelte framework, and work through a series of small projects that will combine to produce a finished site at the end of the book ? this to help consolidate skills from day one and create something that you can use as a basis for future projects. What You Will Learn Understand why Svelte?s popularity makes it the go-to framework for constructing applications Learn how to scaffold and implement web sites or online applications using Svelte Create reusable components using Svelte that are interoperable with other frameworks and can solve real-world problems Perform automated testing and deployment using tools such as CI/CD testing Work through some mini projects from start to finish, understanding what we can achieve using Svelte and where we may need to bring other tools into play Who This Book Is For Website developers who are already familiar with JavaScript, CSS, and HTML and are keen to learn how to leverage the Svelte component framework to quickly create web sites or online applications with little more than a text editor. It?s perfect for development teams who do not want to follow the mold and use a credible alternative to React or Angular.
Biographie: Alex Libby is a frontend engineer and seasoned computer book author who hails from England. His passion for all things Open Source dates back to the days of his degree studies, where he first came across web development and has been hooked ever since. His daily work involves extensive use of React, NodeJS, JavaScript, HTML, and CSS; Alex enjoys tinkering with different open source libraries to see how they work. He has spent a stint maintaining the jQuery Tools library and enjoys writing about Open Source technologies, principally for front end UI development.
Sommaire: Chapter 1: Getting Started - 20 pages 1. Setting up our development environment - Git, Git repository, Svelte, editor, etc 2. Exploring the basic principles of using Svelte - a primer only: enough to give beginners something to work on 3. Setting up the starting site for the book 5. Setting the background for this book Chapter 2: Creating Components - 30 pages 1. Understanding the makeup of components 2. Creating some examples 4. X 5. Adding functionality to the frontend demo Chapter 3: Managing State and Data - 30 pages 2. Exploring the world of props 3. Creating and maintaining Svelte stores Chapter 4: Controlling Logic - 30 pages 1. Creating if-else conditions 2. Working through some examples 3. X Chapter 5: Managing Events - 35 pages 1. The theory of reactivity - updating the DOM 2. Different event types - which to choose? Chapter 6: Binding Elements - 30 pages 2. Binding and managing events 3. Catering for different form elements 4. Managing context Chapter 7: Adding Styles - 20 pages 1. Understanding styling in Svelte 2. Inlining or external? 3. Taking it further - using a style preprocessor Chapter 8: Unit Testing and Svelte - 30 pages 1. Deciding our strategy 2. Setting up testing environment 4. Assessing the outcome 5. Applying principles to our project Chapter 9: Deploying Svelte - 30 pages 2. Understanding the deployment process 3. Setting up the hosting provider 4. Deploying content to production 5. Bonus - applying a domain name Chapter 10: Working with External Libraries - 30 pages 1. Exploring example libraries 2. Working client-side v. server-side - watch out! 3. Adding Stripe to our frontend site project 5. What about React? Chapter 11: Animating Svelte - 30 pages 1. Auditing the site - how could we use animation? 2. A quick review of types of animation options 4. Creating custom animations 5. Using Svelte libraries 6. Applying animation to our frontend project Chapter 12: Adapting for Sapper - 20 pages 2. Setting up a Sapper site 3. Exploring the structure of a Sapper site 4. Migrating our frontend project to Sapper Appendix: API Reference (15 pages) - its inclusion to be confirmed This section will cover guidance on where to seek help when using Svelte if needed and how to debug Svelte
Introduction (2 pages)
Détails de conformité du produit
Personne responsable dans l'UE