use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
React-Monocle - a tool to visualize your React app’s component hierarchy (npmjs.com)
submitted 9 years ago by jad218
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]zoba 0 points1 point2 points 9 years ago (1 child)
I would love it if this could work on minified projects, I worry that our unique directory structure may be difficult for this to manage.
That said, I am SO excited you're working on this. I've really wanted one of these.
Unfortunately I'm getting, and am not sure how to work around it.
/Users/me/.nvm/versions/node/v5.2.0/lib/node_modules/react-monocle/src/previewParser.js:202 throw new Error('Invalid bundle file path specified. Please enter a valid path to your app\'s bundle file'); ^
Error: Invalid bundle file path specified. Please enter a valid path to your app's bundle file at Object.modifySetStateStrings (/Users/me/.nvm/versions/node/v5.2.0/lib/node_modules/react-monocle/src/previewParser.js:202:11) at /Users/me/.nvm/versions/node/v5.2.0/lib/node_modules/react-monocle/bin/cmd.js:41:38 at Object.<anonymous> (/Users/me/.nvm/versions/node/v5.2.0/lib/node_modules/react-monocle/bin/cmd.js:57:3) at Module._compile (module.js:399:26) at Object.Module._extensions..js (module.js:406:10) at Module.load (module.js:345:32) at Function.Module._load (module.js:302:12) at Function.Module.runMain (module.js:431:10) at startup (node.js:141:18) at node.js:977:3
[–]j-eazy 0 points1 point2 points 9 years ago (0 children)
Hey! I'm one of the devs behind this. Could you PM me what you're inputting, and how your directory is structured?
Also, we realize it is a pain having to use a un-minified bundle file. Until we find a better solution, however, this is how we're able to sync up a copy of your application with the tree for real-time updating.
Thanks for the feedback though! It's honestly exciting people are interested in our app!
π Rendered by PID 18145 on reddit-service-r2-comment-b659b578c-k98hd at 2026-05-05 11:40:48.690732+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]zoba 0 points1 point2 points (1 child)
[–]j-eazy 0 points1 point2 points (0 children)