August 2017
— View components can self-define concerns, IE props they care about. Then they can use that as a search index in diff or diffClone to only diff properties that matter to it
diff
diffClone
Message permanent page
I pass entire datastore state to every component (my personal style) so it is useful to have tunnel vision on specific props
— Ahhhhhh
— That makes a lot of sense
— I see now
— It's like react but with no virtual dom diffing, just model diffing
— Great shit
— Apparently std/esm has support for a top-level await
await
— Hey, there is any pdf to learn nodejs?
— Why do you want PDFs?
— HTML:https://nodejs.org/api/synopsis.html
— What is the best resource?