I've just explored react.js and I think it's great, but I have a problem. Do you have any idea how to render an extjs layout using React.js?
I know that react.js is designed to create components, not the whole layout. So I think that I need to make them relative (link action between components like button changes value of some div using text from other input - component?)
Thanks for any idea.