Hacker News new | past | comments | ask | show | jobs | submit login

This isn't specific to React; in large GWT apps we use an event bus. Perhaps you could do the same thing?

Or, instead of an event-based approach, you could could pass in an object and use Object.observe() to observe state changes.

It looks like React just implements the view in MVC, so you still need a separate way to observe the model.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: