-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
What will be the best way to pre fetch data? In #1 we've talked a bit about it as well.
What options do we have and is most straightforward?
Extending the react-router Route component with a property that handles data fetching?
How would we handle data fetching from server and from client, because from the client we have to make AJAX requests where in the server we can return some kind of db promise with results.
Metadata
Metadata
Assignees
Labels
No labels