anyone has done Neos with React.js?
@dimaip might have something to say to that.
React seems nice but so far I only find some topics around Angular.js. but I do believe React is quite scalable compared to others.
Yes! I do have to say something: React and Neos are awesome together!!!
I have created a childish json API with Neos using TypoScript: https://github.com/sfi-ru/EncultDistr/blob/master/Packages/Sites/Sfi.Encult/Resources/Private/TypoScript/Json.ts2
And consumed it from React/Redux: https://github.com/dimaip/encultN/blob/master/app/redux/api.js
I didn’t try to get inlne editing working, though I have an idea how to do it.
Also you can render react from PHP with react-php and a V8 PHP extension, but I also didn’t need it.
The philosophy of React rendering is very similar to TypoScript, I may write about it some time.
Here is a blog post about using Neos with React http://dimaip.github.io/2015/11/15/react-neos/
Some more ReactJS tutorials.