Show HN: Lag Radar Chrome Extension from Dan Abramov's Beyond React 16 Demo
11–15 of 15 posts
Re: Show HN: Lag Radar Chrome Extension from Dan Abramov's Beyond React 16 Demo
#12I like the cheeky z-index val, but I'd use the max supported value if you want this to work with apps that have that cranked way up. And you mentioned building out more tools to help diagnose specific problems -- when the radar goes red, I'd kill to have a report of what was running there, mem use, and so on. Great work!
I agree. As it stands right now I don't see a use for it.
Re: Show HN: Lag Radar Chrome Extension from Dan Abramov's Beyond React 16 Demo
#13I like the cheeky z-index val, but I'd use the max supported value if you want this to work with apps that have that cranked way up. And you mentioned building out more tools to help diagnose specific problems -- when the radar goes red, I'd kill to have a report of what was running there, mem use, and so on. Great work!
yes absolutely. rather than messing around with css i want actual helpful diagnostics. i'll spend more time on that.
Re: Show HN: Lag Radar Chrome Extension from Dan Abramov's Beyond React 16 Demo
#14Hi HN! I'm Swyx, a React dev who has been really excited by all the async rendering stuff the React team has been putting out recently. The benefits of async rendering are very hard to communicate, mostly because we are so used to webapps with screens that lock up or unintentionally rearrange that we don't even see it as a problem. What Dan Abramov and team did at JSConf Iceland was to make devtools to isolate and vi…
https://github.com/sw-yx/async-render-toolbox https://chrome.google.com/webstore/detail/fbchcodfbfjeededac... https://addons.mozilla.org/en-US/developers/addon/async-rend...
thanks for your support!
Re: Show HN: Lag Radar Chrome Extension from Dan Abramov's Beyond React 16 Demo
#15Earlier quoted context omitted.
totally fair question, one I tried to answer in the README. This current version doesn't require react at all, but I dont want to just make a lag radar extension and leave it be. I think theres a broader potential to make dev tools to help all the React developers who will be making stuff in AsyncMode. So I want to (is target the right word? im not even selling anything) the Async React developer use case and just ma…
This could be useful for other vdom libraries, like Mithril. It would be nice if it didn't get tied to react, or the react parts were optional.
https://github.com/sw-yx/async-render-toolbox https://chrome.google.com/webstore/detail/fbchcodfbfjeededac... https://addons.mozilla.org/en-US/developers/addon/async-rend...
thanks for your support!