-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Investigate adding support for SSR and client lifecycle method rendering from this repo.
-
Refactor
withReactRouterMetadata()
HOC from react-router-metadata into this repo. -
SSR: look at accessing the
metadata
instance afterrenderToString()
has been invoked, and determine if its possible to render and inject the metadata?
NOTE: This would not support streams on the server, but I'm ok with that. To utilize streaming, no Component code changes would be required, just a few small SSR code changes - and switching to react-router-metadata, or other implementation.