Commit graph

21 commits

Author SHA1 Message Date
Isiah Meadows
26b8d994ce
Remove m.prop + m.withAttr (#2317)
* Remove `m.prop` + `m.withAttr`

- For many uses, `m.withAttr` is *more* verbose than just directly using
  an event handler
- If you're using it with a bound callback, you're literally wasting a
  single character in the human readable version (and you're *saving*
  them in the minified output).
- It sometimes obscures your intent, if overused.
- Functions are easier to compress than `m.withAttr`, resulting in
  slightly smaller bundles.
- `m.withAttr` is overused anyways.
- `m.prop` is basically useless without `m.withAttr`, and the API
  doesn't have the same benefits it had with 0.2.x.

* Update changelog
2018-11-30 20:41:24 -05:00
Henry
4e35d0591c quick grammar fix (#2163) 2018-05-24 16:23:20 -10:00
cavemansspa
5f9872b811 docs: Add flems version of sample application (#2049) 2017-12-05 15:04:29 -08:00
Matilda Smeds
12d9085fe7 docs: Consistent filepath comments to tutorial (#1965) 2017-09-11 23:09:44 -07:00
Pierre-Yves Gérardy
6a6b38aee7 Merge pull request #1790 from spacejack/tutorial-remove-interpolation
Remove url interpolation from tutorial app
2017-06-14 00:00:55 +02:00
Pat Cavit
bef58fdfa5 chore: Update repo references (#1834) 2017-05-02 09:24:12 -07:00
spacejack
5e654452e1 Remove url interpolation from tutorial app 2017-04-09 15:19:24 -04:00
Stefan Thon
c904758f10 button[type=button] => button[type=submit]
I went through the tutorial.
button[type=button] was not working for me.
button[type=submit] did.
2017-03-29 11:14:43 +02:00
Leo
818c13dba9 fix example 2017-02-19 08:27:31 -05:00
spacejack
19f1ac8908 Minor fixes to get the tutorial working 2017-02-12 19:41:47 -05:00
maks feltrin
0ec2bd9ac3 fix doc typo 2017-02-02 00:37:48 +01:00
Alexander Travov
9122d00d03 Fix model import. 2017-01-16 16:22:56 +03:00
Alexander Travov
15cfaa9655 Get rid of unnecessary nested array. 2017-01-16 16:20:45 +03:00
Alexander Travov
70f8655f52 Make file paths consistent across tutorial and installation instruction. 2017-01-16 15:57:17 +03:00
Alexander Travov
839f9a7583 Fix typo. 2017-01-16 15:56:04 +03:00
Leo
bcaeadf23c fix errors in guide 2017-01-14 17:34:39 -05:00
Patrik Johnson
d63a88618e Rewrite docs clarity (#1534)
* Add a few words and bits for clarity and better text flow in the rewrite docs
* Rephrase some helpful wording
2017-01-11 15:57:14 -08:00
Leo Horie
84cb1ecb3d add conclusion to tut 2017-01-08 22:36:42 -05:00
Leo Horie
5c75aa9fa1 more tweaks 2017-01-08 19:14:57 -05:00
Leo
d40b324645 doc fixes 2017-01-08 14:47:38 -05:00
Leo Horie
82ebff4336 tut 2017-01-08 13:35:56 -05:00