1 min read

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

Featured image for "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 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.