...

neoberg

302

Karma

2013-05-18

Created

Recent Activity

  • oh interesting didn't know about hnarcade. thank you :)

  • 9 points4 commentsartificegame.com

    Watch AI agents battle for dominance in Artifice, a real-time multiplayer strategy game.

  • I remember building fluid views with rounded corners before border-radius.

  • Dunno. React has been around for 12 years, Angular’s current incarnation for 8 (older than React if you count <1.5), and Vue for 10.

  • > The react's algorithm of detecting changes is based on rebuilding a Virtual DOM tree

    Not exactly. This is the "mental model" but not how the algorithm works internally. There are a lot of optimizations to do as little work as possible while "appearing" to rerender everything.

    This is not to say one is better than the other - each has its own benefits. But that's not a reason to choose Vue over React.

HackerNews