|
|
|
|
|
by capableweb
1887 days ago
|
|
"vanilla javascript" usually refers to something like manipulating the DOM directly, without using frameworks, transpiled languages and similar. Both of them seems to be using a bunch of different tech, from typescript to wasm, jsx and more, not sure I'd call that vanilla javascript. On a second note, I'm surprised that both the new web versions are so similar. Seems just a couple of margins changed and other minor changes (profile picture filling the background vs being a centered circle for example), but built differently. Wonder if they both worked towards the same design maybe? Edit: found explanations to the multiple-codebases behavior further down: https://news.ycombinator.com/item?id=26943653 |
|