Facebook activity feed is essentially an SPA. They send JSON to the front and the front-end builds the feed up. Using something like Vue JS you can make the content dynamically update. For the rest of the site you could do it as a full SPA although I do believe some of FB is MPA.
Aug 14, 2021
2
Level 4
How to create activity feeds?
I need suggestions on a project I'm currently working on.
The project is a social networking site that will have a forum, store and others.
I need ideas on how to generate a Facebook type of activity feeds also should I use SPA or MPA.
I'm using laravel for my backend. Thanks for your response.
Please or to participate in this conversation.