←back to thread

165 points ksec | 1 comments | | HN request time: 0.21s | source
Show context
bdcravens ◴[] No.43549184[source]
Looks interesting, but I wish there was a way to alias the component names, since every component class, some of which have common names, take root in the global namespace. (though I suspect that easily enough done manually)
replies(2): >>43550322 #>>43551115 #
1. joeldrapper ◴[] No.43551115[source]
They’re not in the root namespace. They are instance methods (on the instance of the component) that start with a capital letter. https://www.phlex.fun/components/kits.html