Детектор компоненти аутоматски идентификује који frontend фрејмворк веб страница користи и открива комплетно стабло компоненти.
Да ли сте се икада запитали са којим је фрејмворком изграђен неки сајт? Или сте желели да видите како је комплексан кориснички интерфејс подељен на компоненте? Детектор компоненти тренутно одговара на оба питања. Он скенира страницу тражећи потписе специфичне за поједине фрејмворке (React fiber чворове, Vue инстанце компоненти, Angular zone маркере, Svelte метаподатке компоненти) и идентификује фрејмворк, његову верзију и потпуно стабло компоненти. За React и Vue иде и корак даље — приказује props и state вредности компоненти, тако да можете да разумете који подаци покрећу сваки део интерфејса.
Кликните на било коју компоненту у стаблу да истакнете одговарајући DOM елемент на страници, или кликните на елемент на страници да пронађете његову компоненту у стаблу. То је попут React DevTools или Vue DevTools алата, само уграђено директно у вашу страницу као лагани плутајући панел који ради без потребе да инсталирате посебну ектензију специфичну за фрејмворк за сваки пројекат који анализирате.
Детекција функционише чак и на минификованим сајтовима спремним за производњу, где су називи компоненти и променљивих измешани — алат тражи структурне потписе уместо да се ослања на читљив изворни код, због чега и даље ради на сајтовима који никада нису објавили source map. Осим четири највећа фрејмворка, алат препознаје и мета-фрејмворке који су изграђени на њима, попут Next.js и Nuxt, и приказује их као засебан слој у односу на основни React или Vue runtime. Ово га чини брзим првим кораком кад год наиђете на непознату кодну базу или сајт конкурента, а желите да разумете шта заправо гледате пре него што закорачите дубље.
Detects React (including Next.js, Gatsby, Remix), Vue (including Nuxt), Angular, Svelte (including SvelteKit), Preact, Solid, and other frameworks automatically. Shows the framework name, exact version number, and rendering mode (client-side, SSR, or hybrid).
Renders the complete component hierarchy in a collapsible tree view. See how the top-level App component contains a Navbar, which contains NavLinks, which contain individual Link components. The nesting depth and parent-child relationships are crystal clear.
For React and Vue components, view the current props and state values passed to each component. See that the Dashboard component receives title="Overview", loading=false, and columns=2. Invaluable for understanding data flow.
Click any component in the tree panel to highlight its corresponding DOM element on the page with a colored overlay. Or click any element on the page to find and select its parent component in the tree. Navigate in whichever direction is natural.
See the total number of components rendered on the page, how many are unique vs repeated instances, and which components appear most frequently. Useful for understanding page complexity and identifying reuse patterns.
Detects frameworks even on minified production builds. React's fiber tree, Vue's __vue__ markers, and Angular's ng attributes persist in production mode — Component Detector reads them regardless of build configuration.
Visit any website and instantly know whether it's built with React, Vue, Angular, or Svelte — including the exact version. Combine with Site Stack for a complete technology audit including CDN, analytics, and CMS information.
Studying how production applications decompose their UI into components. See how Stripe structures its pricing page, how Linear organizes its dashboard, or how any well-built app separates layout, navigation, and content into components.
A component isn't rendering correctly? Inspect its props and state to see what data it's actually receiving. Compare expected values against actual values to identify where the data flow breaks — without console.log statements.
Preparing for a frontend interview? Browse production sites to see real-world component patterns — container/presentational splits, render prop usage, context providers, and HOC wrappers are all visible in the component tree.
Visit similar products built with different frameworks and compare their component structures. See how a React app vs a Vue app approaches the same UI pattern — navigation, forms, data tables, modals — and understand the architectural differences.
Open the DevSuite Pro floating dock and click the Component Detector icon. The tool scans the page DOM for framework-specific markers and builds the component tree.
The panel header shows the detected framework (React, Vue, Angular, Svelte), its version, and the rendering mode. If no framework is detected, it reports the page as vanilla HTML/CSS/JS.
Expand and collapse components in the tree to explore the hierarchy. Component names appear with their nesting depth indicated by indentation. Repeated components show an instance count.
Click any component in the tree to see its current props and state values in the details section below. For React: props, state, and hooks. For Vue: props, data, and computed properties.
Click any component to highlight its corresponding DOM element on the page with a colored border and semi-transparent overlay. Click an element on the page to locate it in the tree.
Instalirajte DevSuite Pro besplatno i otključajte 64+ alata za programere za svoj pretraživač.