Questions tagged [mithril.js]

Mithril.js is a client-side MVC framework.

Mithril.js is a client-side MVC framework - a tool to organize code in a way that is easy to think about and to maintain.

Some features include

  • Safe-by-default templates
  • Hierarchical MVC via components
  • Virtual DOM diffing and compilable templates
  • Intelligent auto-redrawing system

Official page and resources: http://mithril.js.org/

260 questions
-1
votes
2 answers

Why is this m.request called twice

I'm using Mithrill v1.0.0, here's the code var scrollable = {}; scrollable.Product = { list : [], loadList : function(store){ m.request({ method : "GET", url : "APIUrl" + store, withCredentials :…
Engkus Kusnadi
  • 2,386
  • 2
  • 18
  • 40
-1
votes
1 answer

Add mithril's MSX to Laravel Elixir

I'm using Mithril as my front end framework and Laravel for my back-end. I would love to use this: https://github.com/insin/msx But not quite sure how to add it as a plugin to browserify. Is it possible to do it at all?
Such Much Code
  • 787
  • 1
  • 9
  • 26
-1
votes
2 answers

How route works in react.js

I am working on a project where I want to load another component or module after successful login from Ajax can we do with react $.ajax({ url: url_root+"/auth/token", dataType: 'json', type: method.post, data: data, success:…
Aatif Bandey
  • 1,193
  • 11
  • 14
-1
votes
1 answer

Can I use Mongodb with mithril js or vue js?

I would like to find out how to connect a database (e.g. Mongodb or MySql) to mithril js or vue js. Any useful link or tutorials? Thanks
Sandro Palmieri
  • 1,193
  • 2
  • 12
  • 26
-5
votes
1 answer

assignment syntax would that mean any code?

assignment syntax would that mean any code? While both basic assignment syntax and … can be used to the same effect, typically it's recommended that you use the assignment syntax whenever possible, as it's easier to…
re1
  • 3
  • 3
1 2 3
17
18