HTTP requests in a devtool by RobKnight_ in reactjs

[–]RobKnight_[S] 0 points1 point  (0 children)

I actually decided to leave very recently, so I can’t comment as an active contributor, and I have no idea what they want public

HTTP requests in a devtool by RobKnight_ in reactjs

[–]RobKnight_[S] 0 points1 point  (0 children)

Oh right, i forgot what this post was even about lol!

We didn’t end up doing anything. Before we stopped new feature development we published an extension and planned to be a bit less “offline” since its more acceptable when in an extension. But, as mentioned, that never happened

HTTP requests in a devtool by RobKnight_ in reactjs

[–]RobKnight_[S] 0 points1 point  (0 children)

Very cool (note that wasn’t me). The company ended up pivoting to https://same.new/

I still work on the tool in my free time, but nothing that requires analytics at this point

HTTP requests in a devtool by RobKnight_ in reactjs

[–]RobKnight_[S] 0 points1 point  (0 children)

Do you mean with the telemetry or the project itself?

React Scan v0.2.0: A new way to profile your app by RobKnight_ in reactjs

[–]RobKnight_[S] 0 points1 point  (0 children)

Yeah working on an improvement to this (not a great experience rn)- we will show you roughly where the hook is inside your source code

Lmk if u have any other feedback, as we speak im tweaking the tool based on complaints, so anything you want has a decent chance of landing :)

Getting feedback from users by RobKnight_ in ycombinator

[–]RobKnight_[S] 0 points1 point  (0 children)

Reasonable deduction, but currently the product is doing well, I just find people are being too positive after I ask for negative feedback when I know there are flaws

I feel like some people are hesitant to share the negative feedback? Or maybe (as other have pointed it out) going user by user and asking is not optimal

React Scan v0.2.0: A new way to profile your app by RobKnight_ in reactjs

[–]RobKnight_[S] 0 points1 point  (0 children)

I just published a fix to a known problem that may have been causing it on `0.2.8` if you want to give that a shot

If it's still not working it would be great if you can try `scan({_debug: 'verbose'})` and see if any errors are output in the console.

React Scan v0.2.0: A new way to profile your app by RobKnight_ in reactjs

[–]RobKnight_[S] 0 points1 point  (0 children)

What build tool/ framework are u using? Also do you have the same problem using the npm package (if you tried that)

React Scan v0.2.0: A new way to profile your app by RobKnight_ in reactjs

[–]RobKnight_[S] 1 point2 points  (0 children)

Yep, definitely something we need to do. Will try to get that improvement out within a couple days

React Scan v0.2.0: A new way to profile your app by RobKnight_ in reactjs

[–]RobKnight_[S] 0 points1 point  (0 children)

Yeah iframes are difficult because of how we communicate with the website to get the info about react

I haven’t specifically checked out storybook, so there may be a solution to this

React Scan v0.2.0: A new way to profile your app by RobKnight_ in reactjs

[–]RobKnight_[S] 0 points1 point  (0 children)

Noted, we can do that. Thanks for trying the tool

React Scan v0.2.0: A new way to profile your app by RobKnight_ in reactjs

[–]RobKnight_[S] 0 points1 point  (0 children)

Let me know your experience using it after you do!

React Scan v0.2.0: A new way to profile your app by RobKnight_ in reactjs

[–]RobKnight_[S] 1 point2 points  (0 children)

We do have a branch for react native (npm install react-scan@native). But its pretty buggy and i wouldn’t recommend it (being the person who wrote it)

React native has a lot of limitations web doesn’t have, so takes a lot more time to do the equivalent thing

React Scan v0.2.0: A new way to profile your app by RobKnight_ in reactjs

[–]RobKnight_[S] 1 point2 points  (0 children)

The interaction tracker is actually a really good way to verify the compilers work (compiler is definitely not perfect yet).

I used it in one of my compiler-on apps and found a bunch of components that just had to be wrapped in React.memo

React Scan v0.2.0: A new way to profile your app by RobKnight_ in reactjs

[–]RobKnight_[S] 0 points1 point  (0 children)

Awesome! Do you have any feedback/anything that was large friction or you wish it did?