ChrisGitIt
ChrisGitIt
Hi @isiahmeadows, do you have like any examples for a weird m.trust behavior? I'm using it for almost all my user generated markdown => html output and haven't experienced any...
Hi everybody, isn't this a case for "ev.preventDefault()" or m.redraw = false? @yueduz: What exactly are you doing? What is "the anchor"? You mean a named anchor?
Hi @volnei , i'm not sure what you are going to achieve, but can't you use just language placeholders and drop the whole "base href"? So ``` m.route(doc_root, "/", {...
Hi everybody, i currently worked on a "hydration" feature for mithril. RIght now its properly working for me. There are just minor changes to mithril.js to make it work (mainly...
Hi isiahmeadows and thanks for your feedback! Joining text nodes is very difficult. A component can return a text node, arrays can return text nodes ... to make my hydration...
Hi isiahmeadows and thanks for your feedback! I thought about your infos and i think it will unnecessarily add code to the mithril base. Right now, it looks like all...
Hi leeoniya! And also thanks for your feedback! I just had a quick look at your provided trivial solution. But i think the problem remains ... i think i have...
Hi jmooradi, i'm currently using my implementation on a "larger site (+1000 pages) and so far it works really well. I think as soon as my project is done, i...
@jmooradi I think there is no deeper meaning to use Json and send it to the client, because client side, there is mithril to handle all dom related. Mainly Javascript...
@jmooradi: The client rendering is crucial to add events. It might be possible to add "simple" events like "onclick" on a much easier (and faster) way, but to get full...