You can use Scoped CSS and JSX today: just get Polymer and this tiny lib: https://github.com/wisercoder/uibuilder
Web Components (or Polymer) when combined with JSX is awesome: https://github.com/wisercoder/uibuilder Shadow DOM lets you build reliable, reusable components.
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 already implemented in Chrome.
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 becoming one:…
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 the type of mistake that developers…
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.
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 deal with components. Regardless of…
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 you get support for Web Components…
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. XmlHttpRequest and ContentEditableDiv…
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 big to fail".
You can use Scoped CSS and JSX today: just get Polymer and this tiny lib: https://github.com/wisercoder/uibuilder
Web Components (or Polymer) when combined with JSX is awesome: https://github.com/wisercoder/uibuilder Shadow DOM lets you build reliable, reusable components.
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 already implemented in Chrome.
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 becoming one:…
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 the type of mistake that developers…
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.
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 deal with components. Regardless of…
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 you get support for Web Components…
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. XmlHttpRequest and ContentEditableDiv…
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 big to fail".