You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I know, isomorphic apps use the same routing as on a client. That's means server should always return index.html page and routes should be handled by react-router or something like this when are rendered on the server side. Otherwise, after the page is loaded any future route change will lead to page reload.
How can I implement this tenet in the approach described here since I need to pass the appropriate model to @Html.React? Should it be something like server side routing with the single concern to retrieve the corresponding model based on the current route?
thank you for your hard work
The text was updated successfully, but these errors were encountered:
As I know, isomorphic apps use the same routing as on a client. That's means server should always return index.html page and routes should be handled by react-router or something like this when are rendered on the server side. Otherwise, after the page is loaded any future route change will lead to page reload.
How can I implement this tenet in the approach described here since I need to pass the appropriate model to
@Html.React
? Should it be something like server side routing with the single concern to retrieve the corresponding model based on the current route?thank you for your hard work
The text was updated successfully, but these errors were encountered: