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
My only concern is writing JavaScript in Pug is terrible, so like isolate the template element to Pug and the JS, events, handlers, etc... to a JS file.
The text was updated successfully, but these errors were encountered:
I know it's very subjective - but I'm a huge advocate of Pug or JSX, anything that can help me write HTML!
Would be kind of nice to be able to write my templates with Pug, and have Svelte interpret that, whether or not it's an extra build step or not.
Example:
HelloWorld.pug
.my-app h1 {{hello}}
And being able to import that into a
HelloWorld.js
fileMy only concern is writing JavaScript in Pug is terrible, so like isolate the template element to Pug and the JS, events, handlers, etc... to a JS file.
The text was updated successfully, but these errors were encountered: