From 18370292596b711f3aa85e6db32c64d8443b58ba Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Sep 2019 14:21:40 +0100 Subject: [PATCH] Live blogging from SymfonyLive London 2019 --- source/_posts/2019-09-13-live-blogging-symfonylive-london.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md index b9cebd54..a1528411 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -421,6 +421,7 @@ SPAs are sometimes teh right solution. Why do they want to use it, can the same - Profile, identidy, optimise, monitor - Loosely couple templates to your app code - Help your front ends - put your front end developers first +- You don't need to use a SPA for single pages, use JavaScript for that one page. It doesn't need to be all or nothing. ## BDD Your Symfony Application (Kamil Kokot)