Viewing profile — netcommentator
netcommentator
HN member- Joined
- Sat, Oct 22, 2016, 1:02 AM UTC
- HN karma
- 3
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About netcommentator
No profile information was provided.
Recent public activity
-
comment
Comment #13071980
You can use Scoped CSS and JSX today: just get Polymer and this tiny lib: https://github.com/wisercoder/uibuilder
-
comment
Comment #13071919
Web Components (or Polymer) when combined with JSX is awesome: https://github.com/wisercoder/uibuilder Shadow DOM lets you build reliable, reusable components.
-
comment
Comment #13071792
Here's another JSX with Web Components: https://github.com/wisercoder/uibuilder Unlike React etc this lib used W3 Components which are far superior because of Shadow DOM, which is …
-
comment
Comment #12972033
It is unfortunate that this post got so many downvotes. Apparently people only want to hear from people who agree with them. This is known as the echo chamber effect, and HN is bec…
-
comment
Comment #12969982
I am not familiar with the type of mistakes you are talking about. I have used both React and UIBuilder and find them to be comparable. Would you be willing to share an example of …
- comment
-
comment
Comment #12969767
You don't do manual HTML manipulation with this lib either. You can just see your page as being composed of components and replace components in order to update screen.
-
comment
Comment #12969439
You can divide your page into multiple components, then to update the screen replace the components that contain stale data. You do not have to deal with elements--you only have to…
-
comment
Comment #12969197
If you use Typescript you can get most of the benefits of React from this little library: https://github.com/wisercoder/uibuilder It doesn't support fine-grained screen update but …
-
comment
Comment #12851513
XmlHttpRequest is an awesome innovation from the point of view of the software development community as a whole. But from a Microsoft shareholder's point of view it was a disaster.…
-
comment
Comment #12766337
Given national security interests, we need new laws: 1. IOT devices should not ship with default passwords. 2. Internet infrastructure companies should not be allowed to get "too b…