Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Vue.js 2 and Bootstrap 4 Web Development

You're reading from   Vue.js 2 and Bootstrap 4 Web Development Build responsive SPAs with Bootstrap 4, Vue.js 2, and Firebase

Arrow left icon
Product type Paperback
Published in Sep 2017
Publisher Packt
ISBN-13 9781788290920
Length 310 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Olga Filipova Olga Filipova
Author Profile Icon Olga Filipova
Olga Filipova
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. Please Introduce Yourself – Tutorial FREE CHAPTER 2. Under the Hood – Tutorial Explained 3. Let's Get Started 4. Let It Pomodoro! 5. Configuring Your Pomodoro 6. Please Authenticate! 7. Adding a Menu and Routing Functionality Using vue-router and Nuxt.js 8. Let's Collaborate – Adding New Workouts Using Firebase Data Storage and Vue.js 9. Test Test and Test 10. Deploying Using Firebase Index

Server-side rendering


Server-side rendering (SSR) recently became yet another popular abbreviation in the web development world. Used in addition to code splitting techniques, it helps you to boost the performance of your web application. It also positively affects your SEO, since all the content comes at once, and crawlers are able to see it immediately, contrary to cases where the content is being built in the browser after the initial request.

I found a great article about SSR that compares server and client side rendering (although it's from 2012). Check it out: http://openmymind.net/2012/5/30/Client-Side-vs-Server-Side-Rendering/.

It's fairly easy to bring server-side rendering to your Vue application – check the official documentation in this regard: https://ssr.vuejs.org.

It is important that our applications are performant; it is also important that SEO works. However, it is also important not to abuse the tools and not to introduce implementation overhead and overkill. Do we need...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime