Tero Piirainen
Tero Piirainen
I'm not sure how eval can mimic sentences like `import { hello } from './hello.js´`. Worth a try. Getting the `hello` variable might be tricky.
Perhaps you can fix this by adding a slash character here between `{base}` and `{ post.dir }` here on `layout.html`? ``` html
I hope some day Nue will support multiple cloud services for distribution, but my personal time/energy will go to Nue Cloud, which will operate on top of Deno Deploy and...
Sounds good! I have started thinking that Nue should support Lightning CSS natively, so it should be part of the dependencies. I think it's the best way to write CSS...
Cool! I think `site.yaml` is a better place than command line.
My intuition says that browserlist is too complex and I'd like to go with feature detection only without that dependency. Not sure if that is possible, but to just list...
I'm going to go ahead and add Lightning as a hard dependency and depreciate any other option (Stylus, and my own proprietary pre-processor). On the dev branch soon.
hmm.. interesting. Have to check this out later.
Maybe. Can you first describe why you want to mix React and Nue? Are you forced to do this, or the React mix solves some particular problem? Or is Nue...
The self.update() updates the dom to reflect the properties on the component instance. > cannot get a response in the DOM when setting properties. What exactly you mean by this?...