react-run
react-run copied to clipboard
Test Harness
Hi. Is the following feature in the road-map:
As the user selects or clicks the controls, react-run will log the 'state' object of the component. Also, will log which callback got called due to the users clicking/selecting.
These features on top of the existing features would make react-run into an excellent debugger tool.
Thank you
Can you expand on what you mean by controls? Do you mean a user clicks on a function in the editor toolbar? Or just a way to log the current component state?
When the user selects or clicks on a button or a drop down there should be some logging as to the current state and also which callback function was called
@ewaldman do you mean in their running code or in the React.run UI?