-
Hi - looking at the progressive rendering section, is there any reason why I couldn't just use Sauron as a pure server side technology to generate HTML in a type safe manner? I'm thinking not, but I thought I'd check! |
Beta Was this translation helpful? Give feedback.
Answered by
ivanceras
Dec 26, 2021
Replies: 1 comment
-
Yes, you can omit the code in the index page where it links the javascript code. Just remove this code in <script type=module>
import init from './pkg/counter.js';
await init().catch(console.error);
</script> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yatesco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can omit the code in the index page where it links the javascript code.
Just remove this code in
index.html
or the page template code in the server side code.