-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Labels
Description
The ability for JS-CSP to radically change the way events are handled in user interfaces looks worthy of further investigation. The "Taming User Interfaces" section of the following article introduced this way of using JS-CSP: http://jlongster.com/Taming-the-Asynchronous-Beast-with-CSP-in-JavaScript
Meanwhile React.js only uses the standard event system. I for one would very much like to see more on how JS-CSP can be used to handle events in React components. Are there there any practical examples of this or a React Mixin that can be used for practical application of JS-CSP?