Just curious offhand if there is an obvious way to detect which of these technologies are used in a site. Looking for those quirks that we can observe certain behaviours that we can identify the technology behind it. Thank you.
-
If you install the React Developer addon/extension it will go blue/red if a site is using the react framework/technology otherwise for angular and vue I don't know (they might have an addon/extension as well).Sharp Dev– Sharp Dev2021-03-11 05:30:25 +00:00Commented Mar 11, 2021 at 5:30
-
1What quirks? What behaviours? React, Vue, Angular, all of these get converted to vanilla Javascript when built so ultimately by the time it's running in your browser there's no real difference between which technology was used during developmentJayce444– Jayce4442021-03-11 05:34:26 +00:00Commented Mar 11, 2021 at 5:34
-
Does this answer your question? Check if a webapp has React, Angular or Vue installedstarball– starball ♦2023-12-22 07:44:26 +00:00Commented Dec 22, 2023 at 7:44
Add a comment
|
2 Answers
You can down React Developer Tools extension for chrome Link . When visiting the website that using React, the extension gets illuminated.
1 Comment
Drew Reese
This isn't really an answer that fully addresses the question(s) by the OP. How does the React dev tool help a person identify SPA's build using Angular or Vue?
You can use Wappalyzer to check which JavaScript libraries and frameworks are in use for any web app.
1 Comment
chgav007
Welcome ! Can you please mark this answer as correct ?