Open timbrandin opened 9 years ago
I've another suggestion to make this work.
Does that suits with your use case?
Oh, yeah that would work. I guess in my use case I'm still rendering via Meteor but don't want the big script tag for _escaped_fragment_
requests.
I wonder if you get the script tag on SSR for E-mail too?
Okay. Then let's do a check for the URL for _escaped_fragment_
too.
The URL doesn't seem to be available in the current context. Any ideas?
Yes. Then let's do that check in the fast-render.
Look for text/html in the content type on the request to better decide when to inject fast render data.