You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What should be done about child nodes? As it stands right now, they always have to have unique tags, which means having a unique tag, tag+class, or tag+id. Should we move to having the children node have an array value, or keep them as nested objects? What to do about sorting? Is it too much to ask that unique node names be used?
The text was updated successfully, but these errors were encountered:
Allow the defining of children as arrays but under the hood convert the children array to an object with unique ids or classes. Otherwise, maybe keep them arrays but using NuxQuery provide a syntax for selecting the nth child, similar to jQuery's div:eq(n) syntax
What should be done about child nodes? As it stands right now, they always have to have unique tags, which means having a unique tag, tag+class, or tag+id. Should we move to having the
children
node have an array value, or keep them as nested objects? What to do about sorting? Is it too much to ask that unique node names be used?The text was updated successfully, but these errors were encountered: