• Complain

R. Mark Volkmann - Svelte and Sapper in Action

Here you can read online R. Mark Volkmann - Svelte and Sapper in Action full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. publisher: Manning Publications Co., genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

R. Mark Volkmann Svelte and Sapper in Action
  • Book:
    Svelte and Sapper in Action
  • Author:
  • Publisher:
    Manning Publications Co.
  • Genre:
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Svelte and Sapper in Action: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Svelte and Sapper in Action" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

R. Mark Volkmann: author's other books


Who wrote Svelte and Sapper in Action? Find out the surname, the name of the author of the book and a list of all author's works by series.

Svelte and Sapper in Action — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Svelte and Sapper in Action" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make

Svelte and Sapper in Action - image 1

Svelte and Sapper in Action

R. Mark Volkmann

To comment go to liveBook

Svelte and Sapper in Action - image 2

Manning

Shelter Island

For more information on this and other Manning titles go to

manning.com

Copyright

For online information and ordering of these and other Manning books, please visit manning.com. The publisher offers discounts on these books when ordered in quantity.

For more information, please contact

Special Sales Department

Manning Publications Co.

20 Baldwin Road

PO Box 761

Shelter Island, NY 11964

Email: orders@manning.com

2020 by Manning Publications Co. All rights reserved.

No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by means electronic, mechanical, photocopying, or otherwise, without prior written permission of the publisher.

Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in the book, and Manning Publications was aware of a trademark claim, the designations have been printed in initial caps or all caps.

Recognizing the importance of preserving what has been written, it is Mannings policy to have the books we publish printed on acid-free paper, and we exert our best efforts to that end. Recognizing also our responsibility to conserve the resources of our planet, Manning books are printed on paper that is at least 15 percent recycled and processed without the use of elemental chlorine.

Svelte and Sapper in Action - image 3

Manning Publications Co.

20 Baldwin Road Technical

PO Box 761

Shelter Island, NY 11964

Development editor:

Jenny Stout

Technical development editor:

Alain Couniot

Review editor:

Mihaela Batini

Production editor:

Lori Weidert

Copy editor:

Andy Carroll

Proofreader:

Keri Hales

Technical proofreader:

Erik Vullings

Typesetter:

Dennis Dalinnik

Cover designer:

Marija Tudor

ISBN: 9781617297946

front matter
preface

I have been a professional software developer for 37 years and a web developer for around 10 years. My projects have used many technologies and frameworks, including raw DOM manipulation, jQuery, Ruby, Angular 1, React, Polymer, Angular 2+, Vue, Svelte, and probably some I have forgotten.

I place a high value on developer productivity. Unnecessary complexity really works against this. While I find many things to love about Svelte and Sapper, the main driver for me is their simplicity compared to other web development approaches. I know from my experience of using other frameworks that I am far more productive when using Svelte and Sapper.

My first exposure to Svelte came from watching a talk titled Rethinking Reactivity by the creator of Svelte, Rich Harris. It is a very compelling talk and definitely appealed to my desire to reduce the complexity of web development. That led me to dig in further, write a long article about Svelte, give talks at user groups, and expand to giving talks at conferences. The next logical step was to write this book!

The book covers nearly every topic related to Svelte and Sapper, and some that are only tangentially related. After reading this, you should be well-poised to use these tools in your next web development project.

acknowledgments

Many authors thank their spouses for the patience they showed during the writing process. The experience of writing this book has made clear to me the sacrifices involved. My wife Tami generously gave me lots of encouragement and time to complete this project. Thank you so much Tami for helping me to achieve the goal of finally writing a book!

Thanks to my Manning development editor, Jennifer Stout, who provided just the right amount of corrections, suggestions, encouragement, and compliments to keep me going. Seeing comments like I love this! mixed in with comments like You need to explain why someone would want to do this made the writing process so much more bearable.

Thanks to Manning technical editor Alain Couniot who continually pointed out when I wasnt being clear or was short on providing compelling examples. He also made sure I mentioned TypeScript wherever possible. The book is much better because of his feedback!

Thanks to Manning technical reviewer Erik Vullings. He tried many things in the example code that never crossed my mind to try and suggested many improvements in the text. His thoroughness was greatly appreciated!

Thanks to Peer Reynders, a volunteer MEAP reviewer who went through all the code examples with a fine-tooth comb and pointed out many ways I could improve it.

Thanks to reviewers who added their own takes on ways to improve the book: Adail Retamal, Amit Lamba, Clive Harber, Damian Esteban, David Cabrero Souto, David Paccoud, Dennis Reil, Gerd Klevesaat, Gustavo Filipe Ramos Gomes, Jonathan Cook, Kelum Senanayake, Konstantinos Leimonis, Matteo Gildone, Potito Coluccelli, Robert Walsh, Rodney Weis, Sander Zegveld, Sergio Arbeo, and Tanya Wilke. More eyes and more opinions definitely helped!

Thanks to Charles Sharp of Object Computing, Inc. He has been the most frequent editor of all my previous writings. Charles donated large amounts of time over past 10 plus years to making me a better writer... Oxford comma and all!

Thanks to Eldon Ahrold of Object Computing, Inc. for reviewing the chapter on Svelte Native. Eldon is a very experienced mobile and web developer, and Im lucky to be able to bounce ideas off of him.

Finally, thanks to Dr. Ebrahim Moshiri who hired me into Object Computing, Inc. 24 years ago. He provided me with an environment that encourages continual learning and Ive never stopped. I most likely would not have been in a position to write this book if it wasnt for the career he gave me.

about this book
Who should read this book

Svelte and Sapper in Action is for web developers who want to increase their productivity. Maybe you have a nagging suspicion that there must be an easier way to develop web applications. Good news--there is, and you will learn about it here!

Through numerous code examples, you will learn how to use Svelte and Sapper to implement many common features of web applications.

The book assumes that readers have a basic familiarity with HTML, CSS, and JavaScript:

  • On the topic of HTML, readers should be familiar with elements like html, head, link, style, script, body, div, span, p, ol, ul, li, input, textarea, and select.

  • On the topic of CSS, readers should understand the syntax of CSS rules, the CSS meaning of cascade, basic CSS selectors (including element names, class names, ids, descendants, and children), commonly used CSS properties (including color, font-family, font-size, font-style, and font-weight), and the CSS box model (content, padding, border, and margin).

  • On the topic of JavaScript, readers should know about variables, strings, arrays, objects, functions, classes, Promises, destructuring, the spread operator, exports, and imports.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Svelte and Sapper in Action»

Look at similar books to Svelte and Sapper in Action. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Svelte and Sapper in Action»

Discussion, reviews of the book Svelte and Sapper in Action and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.