Online Demo please?
winkler1 opened this issue · 11 comments
This is a cool tool - would like to add to react.rocks to get more exposure...
Thanks you for feedback.
Online demo with all features is not possible (at least we can't provide open file in editor
feature). Since this tool is for developing environment, not a production.
But probably open file in editor
feature is not so important for demo and we can build limited version or some sort of mocks.
Any suggestions for demo app? I used redux-chat
for videos, but may be you know better app example?
Hi-
Perhaps TODOMVC? It's familiar and easy. You'd want to focus on your inspector bit, not writing a demo app :)
I looked at https://github.com/anorudes/redux-goals -- added your inspector to the HTML. But the file sourcing wasn't hooked up properly. That might be an example too, since it looks like he's already (sort of) using your inspector.
Regards,
Jeff
BTW, how I found that example usage :) - https://github.com/search?utf8=%E2%9C%93&q=component-inspector+filename:package+language:JSON&type=Code&ref=searchresults
component-inspector already contains react-todomvc as example (redux-based) https://github.com/lahmatiy/component-inspector/tree/master/examples/react-todomvc
agree with @winkler1 - no need to make example with complex app
Awesome=)
Whoah - great work! 👍
@lahmatiy maybe there should be some mention in demo about open in editor feature?
Something like "if you run this locally you can open corresponding code in your editor on click".
What do you think?
Note added. And even animated hint with instructions :)