| This is not reinvention of PHP as some are commenting.
In fact I think this is extremely cool. If I understand it correctly, it allows you to achieve reactive data flow in a single page app without any boilerplate. Meaning - you update the database on the server and all the relevant UI(s) will automatically receive the updated data and re-render only the parts of the UI that display that data. This would require a ton of PHP and Javascript dealing with networking, websockets, routing, serializing data and so on. Haven't tried it yet, but very curious to see if it works. |