Direct link to the article Native-Like Animations for Page Transitions on the Web

Native-Like Animations for Page Transitions on the Web

Some of the most inspiring examples I’ve seen of front-end development have involved some sort of page transitions that look slick like they do in mobile apps. However, even though the imagination for these types of interactions seem to abound, …

Avatar of Sarah Drasner
Sarah Drasner on (Updated on )
Direct link to the article Routing and Route Protection in Server-Rendered Vue Apps Using Nuxt.js

Routing and Route Protection in Server-Rendered Vue Apps Using Nuxt.js

You might have had some experience trying to render an app built with Vue on a server. The concept and implementation details of Server-Side Rendering (SSR) are challenging for beginners as well as experienced developers. The challenges get more daunting when you have to do things like data fetching, routing and protecting authenticated routes. This article will walk you through how to overcome these challenges with Nuxt.js.

Avatar of Chris Nwamba
Chris Nwamba on