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
Event if it's feasible to setup routes with contents only rendered on the client using the asymetricSsr HOC, these routes create specific cached payloads per route. This increases memory usage and server CPU occupation while these routes could be served far more efficiently if they were tagged properly.
The text was updated successfully, but these errors were encountered:
Sorry for the noob question guys, but would this mean you could potentially have something like /admin as normal client side react, and then all your public facing routes using SSR?
@j-jackson As stated in the description, you can already do it with asymetricSsr. This enhancement concerns the cache handling to avoid filling it with already rendered HTML payload.
Event if it's feasible to setup routes with contents only rendered on the client using the
asymetricSsr
HOC, these routes create specific cached payloads per route. This increases memory usage and server CPU occupation while these routes could be served far more efficiently if they were tagged properly.The text was updated successfully, but these errors were encountered: