Tero Piirainen
Tero Piirainen
Nicely spotted! Note that the client-side Nue JS is not currently under heavy development because there are some major pieces in the [product development roadmap](//nuejs.org/blog/perfect-web-framework/#product-roadmap) before the SPA stuff. There...
Thanks. I created a [pinned issue](189) for this.
What does the source code of the component look like?
Nice. This helps! Note that I added a low priority tag here, since the single-page application stuff comes later on my personal todo list. I'm following [this roadmap](https://nuejs.org/blog/perfect-web-framework/). Thanks
I think the `data.modal` variable is unlikely a component instance
The create-nue project has an example on how to show/close dialogs. Here are the nue components: https://github.com/nuejs/create-nue/blob/master/src/islands.nue And here they are mounted on the page: https://github.com/nuejs/create-nue/blob/master/src/components.nue#L13 https://github.com/nuejs/create-nue/blob/master/src/layout.nue#L30 Maybe that helps?
Are you still having issues here?
I think it should. Good point.
Sounds like a legit idea. I was planning to implement clearer parsing/tokenization and rendering phases because there is a need for more customized highlighting per language. I'm sorry this answer...
@fabiospampinato there is a public [parseRow](https://github.com/nuejs/nue/blob/master/packages/glow/src/glow.js#L153) method that now understands inline comments with the most recent commit. It will return an array of tokens in following format: ``` js [...