6 ms·
Aah of course; By reading the source code of the children function I figured the array of elements returned was appended to the parent element. The strange thin
by tjallingt 10y ago
Aah of course; By reading the source code of the children function I figured the array of elements returned was appended to the parent element. The strange thing was that it was also adding them to `el` object but indeed it appears this is done to maintain a reference to the children so they can be modified later (which I would have seen had i read the example a bit more carefully :S )
I'm still not sure how I feel about that bit of code though but it sure is clever...
- pkstn 10y agoYeah, check out my another library FRZR too: https://frzr.js.org https://frzr.js.org Point is to be able to design: 1) how you create component 2) how you update it Both 1) and 2) are just simple functions.