React Monitor
ReactMonitor Quickly visualize React's component tree performance for improved onboarding and debugging What does it do By using…
O que é React Monitor?
React Monitor é uma extensão do Chrome desenvolvida por reactmonitorfiber, e sua principal característica é "ReactMonitor Quickly visualize React's component tree performance for improved onboarding and debugging What does it do By using…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão React Monitor
Baixe arquivos de extensão React Monitor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
ReactMonitor Quickly visualize React's component tree performance for improved onboarding and debugging What does it do By using the ReactMonitor Chrome DevTool, beginning and experienced developers alike are able to get a visual representation of an existing codebase that they are working on. Built with React, this tool will dynamically traverse the fiber root object behind the scenes, displaying state, props, render times and the type of components on the page. How to install and run? Run the NPM package in your own codebase by following the steps below. - Install the package (npm install reactmonitorfiber) - Require/Import the package (import reactMonitor from 'reactmonitorfiber') - Invoke React Monitor with an input of the DOM element that you are rendering the React Element into const container = document.querySelector('#root'); reactDOM.render(, container); reactMonitor(container); - Navigate to the domain of your React application that you will be running React Monitor on - Open your Chrome Developer Tools and select React Monitor You are now able to view state changes on your application in real time!
Informações Básicas da Extensão
Nome | React Monitor |
ID | fmmeapmiaceajgihganackickhkomgla |
URL Oficial | https://chromewebstore.google.com/detail/react-monitor/fmmeapmiaceajgihganackickhkomgla |
Descrição | ReactMonitor Quickly visualize React's component tree performance for improved onboarding and debugging What does it do By using… |
Tamanho do Arquivo | 1.3 MB |
Contagem de Instalações | 138 |
Versão Atual | 0.0.0.1 |
Última Atualização | 2020-06-19 |
Data de Publicação | 2020-06-19 |
Desenvolvedor | reactmonitorfiber |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "React Monitor", "version": "0.0.0.1", "devtools_page": "devtools.html", "permissions": [ "activeTab", "contextMenus", " |