Golymer – Create HTML custom elements with Go (GopherJS)
1–8 of 8 posts
Re: Golymer – Create HTML custom elements with Go (GopherJS)
#2Re: Golymer – Create HTML custom elements with Go (GopherJS)
#3Re: Golymer – Create HTML custom elements with Go (GopherJS)
#4Cool! I'm not too familiar with Go, but I have a weird affinity for custom elements. I wish that I'd see cool projects that involve them more regularly, but the community seems relatively insulated. I'll have to take a deeper look at this later.
Re: Golymer – Create HTML custom elements with Go (GopherJS)
#5Cool! I'm not too familiar with Go, but I have a weird affinity for custom elements. I wish that I'd see cool projects that involve them more regularly, but the community seems relatively insulated. I'll have to take a deeper look at this later.
Re: Golymer – Create HTML custom elements with Go (GopherJS)
#6Cool! I'm not too familiar with Go, but I have a weird affinity for custom elements. I wish that I'd see cool projects that involve them more regularly, but the community seems relatively insulated. I'll have to take a deeper look at this later.
Maybe it is because all the major browsers, except for chrome, don't support them. I've build this, because the polymer project made web development exciting for me :) but javascript didn't. And go is awesoooome!
Seems like the standardization effort has stalled out. Did React kill the perceived need for it?
Re: Golymer – Create HTML custom elements with Go (GopherJS)
#7Earlier quoted context omitted.
Maybe it is because all the major browsers, except for chrome, don't support them. I've build this, because the polymer project made web development exciting for me :) but javascript didn't. And go is awesoooome!
I thought web components was supposed to be a standardized native html thing, and not something ten different frameworks would provide for us, all with their own way of doing it. Seems like the standardization effort has stalled out. Did React kill the perceived need for it?
Web components are a bit low-level, so you have libraries and frameworks like Polymer, X-Tag, Svelte, SkateJS building on top of the standard to make the development fun and friendly.
Re: Golymer – Create HTML custom elements with Go (GopherJS)
#8Cool! I'm not too familiar with Go, but I have a weird affinity for custom elements. I wish that I'd see cool projects that involve them more regularly, but the community seems relatively insulated. I'll have to take a deeper look at this later.
Maybe it is because all the major browsers, except for chrome, don't support them. I've build this, because the polymer project made web development exciting for me :) but javascript didn't. And go is awesoooome!