VNDB fork of mithril.js
Find a file
Sebastian 5b6b7de045 m.route supports params as an object, and builds querystring from it
m.route('/path', {param: 1}) => navigates to '/path?param=1'

The API is a little bit problematic, as it is not possible to combine it with `shouldReplaceHistoryEntry`.
2014-05-22 16:09:37 +02:00
archive clarify wording 2014-05-16 10:22:21 -04:00
deploy add template file for cdnjs deploy 2014-04-09 09:11:02 -04:00
docs clarify wording 2014-05-16 10:22:21 -04:00
tests m.route supports params as an object, and builds querystring from it 2014-05-22 16:09:37 +02:00
.gitignore initial release 2014-03-16 22:07:53 -04:00
.travis.yml Make tests throw exception, add travis-ci integration. 2014-03-23 08:42:15 +01:00
background.html add social media section to home page 2014-05-15 17:13:16 -04:00
chain.html add social media section to home page 2014-05-15 17:13:16 -04:00
gnimmelf.html add social media section to home page 2014-05-15 17:13:16 -04:00
Gruntfile.js add benchmarks page 2014-05-16 09:37:03 -04:00
LICENSE Initial commit 2014-03-16 18:59:39 -07:00
mithril.d.ts add typescript definition file 2014-05-15 22:52:28 -04:00
mithril.js m.route supports params as an object, and builds querystring from it 2014-05-22 16:09:37 +02:00
package.json initial release 2014-03-16 22:07:53 -04:00
README.md add links to blog and mailing list to readme 2014-05-07 23:01:08 -04:00

Build Status

Mithril

A Javascript Framework for Building Brilliant Applications

See the website for documentation

There's also a blog and a mailing list