Christian Mayer & Marc Jansen
FOSSGIS 2018, Bonn, 22.03.2018
„View source“ embodies the very essence of the web I learned to love so much. The magic of writing something into a text file, opening it in a browser and being able to see and learn from the source of every single site: https://t.co/wxzHwWK8hm
— Bastian Allgeier (@bastianallgeier) 21. Februar 2018
Can we agree that, in 2018, human-readable "View Source" is a constraint the web can discard? I benefitted from "View Source" too, but today we have an embarrassment of resources and open source examples I would have killed for as a kid.
— Tom Dale (@tomdale) 19. Februar 2018
npm i vec2-copy
module.exports = function vec2Copy(out, a) {
out[0] = a[0]
out[1] = a[1]
return out
}
<noscript>
?Ultimately, the problem is that by choosing React (and inherently JSX), you’ve unwittingly opted into a confusing nest of build tools, boilerplate, linters, & time-sinks to deal with before you ever get to create anything.Hervorhebung von uns, https://medium.com/@ericclemmons/javascript-fatigue-48d4011b6fc4
Findet Euren Favoriten
“I don’t need macros, they’re too complicated and not useful,” says the programmer as they use Flow with JSX with Babel with two dozen plugins and maintain two hundred line webpack configs for code with machine-checked comments that parses CSS in template strings at runtime and—
— Alexis King (@lexi_lambda) 3. Januar 2018
Diese Folien sind unter CC BY-SA veröffentlicht.