Personnaliser

OK
Rakuten - Achat et vente en ligne de produits neufs et d'occasionRakuten group
ClubR
Euro

Mettre en vente

Rakuten - Achat et vente en ligne de produits neufs et d'occasionRakuten group

Practical Svelte - Libby, Alex

Note : 0

0 avis
  • Soyez le premier à donner un avis

Vous en avez un à vendre ?

Vendez-le-vôtre

36,33 €

Produit Neuf

  • Ou 9,08 € /mois

    • Livraison à 0,01 €
    • Livré entre le 4 et le 7 août
    Voir les modes de livraison

    ORIG1

    PRO Vendeur favori

    4,5/5 sur 218 ventes

    Livre de poche,Expédition depuis la Chine; Livraison sous 8-12 jours

    Publicité
     
    Vous avez choisi le retrait chez le vendeur à
    • 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 !

    En savoir plus

    Retour

    Horaires

        Note :


        Avis sur Practical Svelte Format Broché  - Livre Informatique

        Note : 0 0 avis sur Practical Svelte Format Broché  - Livre Informatique

        Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.


        Présentation Practical Svelte Format Broché

         - Livre Informatique

        Livre Informatique - Libby, Alex - 01/10/2021 - Broché - Langue : Anglais

        Auteur(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 ...

      • Auteur(s) : Libby, Alex
      • Editeur : Apress L.P.
      • Langue : Anglais
      • Parution : 01/10/2021
      • Format : Moyen, de 350g à 1kg
      • Nombre de pages : 340
      • Expédition : 641
      • Dimensions : 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:
        Introduction (2 pages)

        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

        4. Reviewing the changes made

        5. Setting the background for this book

        Chapter 2: Creating Components - 30 pages

        1. Understanding the makeup of components

        2. Creating some examples

        3. Publishing examples

        4. X

        5. Adding functionality to the frontend demo

        Chapter 3: Managing State and Data - 30 pages

        1. Passing and setting values in code

        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

        4. X

        Chapter 5: Managing Events - 35 pages

        1. The theory of reactivity - updating the DOM

        2. Different event types - which to choose?

        3. X

        Chapter 6: Binding Elements - 30 pages

        1. Creating forms in Svelte

        2. Binding and managing events

        3. Catering for different form elements

        4. Managing context

        5. Adding functionality to the frontend demo

        Chapter 7: Adding Styles - 20 pages

        1. Understanding styling in Svelte

        2. Inlining or external?

        3. Taking it further - using a style preprocessor

        4. Applying themes - using a plugin or manually

        Chapter 8: Unit Testing and Svelte - 30 pages

        1. Deciding our strategy

        2. Setting up testing environment

        3. Creating example tests

        4. Assessing the outcome

        5. Applying principles to our project

        Chapter 9: Deploying Svelte - 30 pages

        1. Debugging Svelte

        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

        3. Working through some examples

        4. Creating custom animations

        5. Using Svelte libraries

        6. Applying animation to our frontend project

        Chapter 12: Adapting for Sapper - 20 pages

        1. Introducing Sapper

        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

        Détails de conformité du produit

        Consulter les détails de conformité de ce produit (

        Personne responsable dans l'UE

        )
        Neuf et occasion
        Le choixNeuf et occasion
        5% remboursés
        Minimum5% remboursés
        Satisfait ou remboursé
        La sécuritéSatisfait ou remboursé
        À votre écoute
        Le service clientsÀ votre écoute
        LinkedinFacebookTwitterInstagramYoutubePinterestTiktok
        visavisa
        mastercardmastercard
        klarnaklarna
        paypalpaypal
        floafloa
        americanexpressamericanexpress
        RakutenLogos.svg
        • Rakuten Kobo
        • Rakuten TV
        • Rakuten Viber
        • Rakuten Viki
        • Plus de services
        • À propos de Rakuten
        Rakuten.com