Get React Aria to show up on Wappalyzer #10509
DarkstarXDD
started this conversation in
Ideas
Replies: 2 comments
|
Those are fine "fingerprints". We have a little detector we use to find out when we come across a site using our stuff https://github.com/snowystinger/react-aria-detector, it checks for the class one may or may not be there, the ids can mostly be overridden as well, but usually there are some left alone. Adding |
0 replies
|
Small update on this. I submitted a request and they said it will be included in the next release, which they say may take a few weeks. I'll update here once they confirm it's added. Also, just to confirm, the techonology name i submitted is "React Aria", and the logo is the purple "R" logo found on the React Aria site. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Well, not really a massively useful thing, but I thought it would be cool as most of the other tools already showup.
If not familliar, Wappalyzer is a browser extension that shows what tools/technologies a site is using. I think it's bit popular with 3 million users (at least that's what the Chrome extension store shows).
Link to the extension: https://chromewebstore.google.com/detail/wappalyzer-technology-pro/gppongmhjkpfnbhagpmjfkannfbllamg
To clarify, I have nothing to do with the extension, I just have been using it for sometime now and realized React Aria never showed up anytime I checked. That's why just wanted to ask here.
React, Next.js, Tailwind, BaseUI, Radix, Shadcn etc. all get recognized, so thought it would nice to have React Aria there as well.
I checked how to add a missing tools and came across this page: https://www.wappalyzer.com/technologies/suggest/
I thought I would be able to fill out it and submit and see, but I am not sure about the "Fingerprint" part where it asks how to identify the tool on a site. I usually indenitfy by checking the DOM and seeing the
data-racordata-react-aria-pressableattributes.All reactions