Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

websharper.templates/FSharp/SPA/index.html: not avoiding showing templates? #7

Open
Martin521 opened this issue Aug 16, 2017 · 0 comments

Comments

@Martin521
Copy link

In the SPA html template you have
<style> /* Don't show the not-yet-loaded templates */ [ws-template], [ws-children-template] { display: none; } </style>
I have 2 questions:

  1. None of the browsers seems to show the templates, no matter if I include the above or not. So are these lines still useful?
  2. I do see during loading not-yet-replaced text-holes ${.... This is very brief, but on my page quite prominent. So I would love to avoid this. Is there a way to do that? (The display: none for the templates as shown above does not help.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant