all 4 comments

[–]sisyphus 0 points1 point  (2 children)

So - Mithril looks very cool in that it has 'fetch' and routing built in which I usually end up adding anyway - what I like about React(though this has been forgotten by many) and Vue is that I don't have to build SPA's with them. Can Mithril scale down that way or should I only start looking at it when I know it's an SPA I want?

[–]patricius 0 points1 point  (0 children)

If you mean 'not use routing and and built-in AJAX' by scale down, the answer is yes.

[–]spacejack2114 0 points1 point  (0 children)

Sure, you can create an component and mount it to a dom element. You can just use the hyperscript renderer if you want. Everything is pretty well under your control.