soulofmischief
898d0aec82
Fix url in vnodes.md
...
URL was being incorrectly parsed due to parentheses. The parenthesis have been replaced with UTF-8 encodings.
2018-04-22 00:56:21 +02:00
Isiah Meadows
3b94cfebee
Fix some immediate/retained mode confusion
...
For future reference:
- Immediate mode = define the tree we want to render
- Retained mode = mutate the tree to what we want it to be
Also, I cleaned up the language a bit.
2017-12-07 21:25:50 -05:00
Isiah Meadows
19d2ba316c
Remove support for vnode.state = ...
...
- Remove docs for it
- Remove tests for it
- Add runtime check for unexpected reassignment, since we can't freeze
the property (we internally have to be able to modify it)
2017-10-02 19:57:48 -04:00
Pat Cavit
e88bddb3c8
docs: docs fixes and changelog
2017-03-27 15:14:36 -07:00
Pat Cavit
46ebb340d1
merge: next onto master
2017-03-27 14:21:52 -07:00
Pierre-Yves Gerardy
f7450c96b0
Document closure components (formerly known as "factory components") and flesh out class components docs
2017-03-27 16:47:45 +02:00
Pierre-Yves Gerardy
2d2c53fcfc
Add some docs on undocumented vnode fields
2017-03-26 23:01:04 +02:00
Pat Cavit
33aa1fa735
docs: merge docs from next to master
2017-03-24 15:36:53 -07:00
Pierre-Yves Gerardy
74cbd4c17b
Let render() create the state rather than vnode()
2017-03-08 22:19:27 +01:00
Barney Carroll
f89f08f086
cocs: vnode copy proofing ( #1580 )
2017-01-31 12:01:19 -08:00
Leo Horie
297c407c01
more docs
2016-12-29 15:58:04 -05:00
Eugene Marcotte
c4072b8222
Fix tiny spelling error ( #1430 )
2016-11-27 13:28:07 -08:00
Pierre-Yves Gerardy
905309cb17
Simplify vnode.state creation.
...
For components, `vnode.tag` is always an object.
2016-08-13 10:47:54 +02:00
Leo Horie
7c736b511a
rename node to vnode
2016-07-29 22:04:04 -04:00
Leo Horie
7a5978df59
make note about m("[")
2016-07-15 01:35:18 -04:00
impinball
b4fb21475c
Add editorconfig, resolve differences
...
This includes newlines, tabs, among other things.
2016-06-18 03:22:12 -04:00
Leo Horie
e24e4e9a1a
style fixes in docs
2016-05-19 01:46:46 -04:00
Leo Horie
cd8b8b12e6
Some documentation
2016-05-19 01:22:01 -04:00