Ratio’d
NPM should have three kinds of dependecies, not, just two.
NPM should have three kinds of dependecies, not, just two.
Mithril.js is a JavaScript SPA framework, very Similar to React, but with less…stuff. One thing it does have is a router, which has one strict requirement: it can only be called once in an application. All of the possible routes are contained in one object, supplied as a parameter to m.route. This object can get […]