Hacker News new | ask | show | jobs
by rafark 784 days ago
> React with its component ideas was a smart and the first of its kind, yes.

Tldr: React is just a port (the original version).

Just as an FYI, The main concepts of react were first created in PHP. It was called XHP and was latter ported to JavaScript by Facebook. This is why old React was class-based (because php is a class-based OO language).

https://web.archive.org/web/20130821190221/https://github.co...