I am creating an application similar to Twitter using Laravel and React, where the database has the tables: Post, User, Relation, Mention and Repost. In the 'timeline' screen of the application will be displayed information of all the tables of my bank.
My question is, I build a / timeline route for React to pick up all the information on a single route, or on the timeline screen it should consume all the necessary routes (/ etc...)?