Emi
Emi
Back when I closed this issue, I closed it mostly on the grounds that: 1. More and more search engines are beginning to execute JavaScript, and as such server-side rendering...
Other things to consider here: 1. With [WebAssembly support eventually coming to Go](https://github.com/golang/go/issues/18892), bundle sizes may be less of a problem (but probably still enough of a problem to warrant...
https://github.com/rendora/rendora
(Just thought it was interesting and relevant, not making any statements about its efficacy)
I notice @jgennis has a fork with some SVG work in it earlier in 2016: https://github.com/jgennis/vecty/tree/svg
(sorry for the delay, I've been quite busy at work) Sorry about missing the `prop` needed for that component! Also, the lack of documentation / clarity around recent changes is...
I'll be able to take a look at this Friday night or over the weekend, I think. My initial guess would be that you need to implement [`Keyer`](https://godoc.org/github.com/gopherjs/vecty#Keyer) somewhere.
@shurcooL pdf is completely correct, `Keyer` is only an optional enhancement for optimization. I was not thinking correctly when I suggested needing to implement `Keyer` -- apologies for misleading.
I'm tagging this as a breaking change because users could rely on the fact that we output `` tags (but hopefully they don't). I think we don't have to solve...
In general, it is not a good idea to just set out with a goal of "how can I contribute to an open source project X". Code is complex, you...