# Laravel and Angular Widgets e.g. Non SPA (Single Page Application) Pattern

> Author: Alfred Nutile Read By: Alfred Nutile Original Source: https://alfrednutile.info/posts/160 **BETA: This is a Code Heavy Read :)** Not all apps need to be an SPA (Single Page Application). Sure they have their place but in most cases the task might

URL: https://chat.dailyai.studio/posts/laravel-and-angular-widgets-eg-non-df4/
Date: 2016-01-18

## Author: [Alfred Nutile](https://twitter.com/alnutile)

### Read By: [Alfred Nutile](https://twitter.com/alnutile)

### Original Source: [https://alfrednutile.info/posts/160](https://alfrednutile.info/posts/160)

**BETA: This is a Code Heavy Read :)**

Not all apps need to be an SPA (Single Page Application). Sure they have their place but in most cases the task might benefit from just a Blade template and Angular widget. This saves you from having to write an angular route which can be a tedious duplication of work. Also Blade is fast and fun to work with.
