-1

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.

3
  • 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). Commented Mar 11, 2021 at 5:30
  • 1
    What 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 development Commented Mar 11, 2021 at 5:34
  • Does this answer your question? Check if a webapp has React, Angular or Vue installed Commented Dec 22, 2023 at 7:44

2 Answers 2

0

You can down React Developer Tools extension for chrome Link . When visiting the website that using React, the extension gets illuminated.

Sign up to request clarification or add additional context in comments.

1 Comment

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?
0

You can use Wappalyzer to check which JavaScript libraries and frameworks are in use for any web app.

1 Comment

Welcome ! Can you please mark this answer as correct ?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.