React Monitor
ReactMonitor Quickly visualize React's component tree performance for improved onboarding and debugging What does it do By using…
ما هو React Monitor؟
React Monitor هو إضافة Chrome تم تطويرها بواسطة reactmonitorfiber، والميزة الرئيسية لها هي "ReactMonitor Quickly visualize React's component tree performance for improved onboarding and debugging What does it do By using…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة React Monitor
قم بتنزيل ملفات الامتداد React Monitor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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!
معلومات أساسية عن التمديد
الاسم | React Monitor |
ID | fmmeapmiaceajgihganackickhkomgla |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/react-monitor/fmmeapmiaceajgihganackickhkomgla |
الوصف | ReactMonitor Quickly visualize React's component tree performance for improved onboarding and debugging What does it do By using… |
حجم الملف | 1.3 MB |
عدد التثبيتات | 138 |
النسخة الحالية | 0.0.0.1 |
آخر تحديث | 2020-06-19 |
تاريخ النشر | 2020-06-19 |
المطور | reactmonitorfiber |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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", " |