1.0.24 • Published 12 months ago

creact-visualizer v1.0.24

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

C-React

Custom Renderer & Visualizer for Modern React

C-React is an open-source tool that marks and visualizes concurrent rendering patterns on web pages, differentiates between server-side rendered and client-side rendered components, and displays performance metrics.

Getting Started

Download NPM Package

  1. Install creact-visualizer via NPM:
npm install creact-visualizer
  1. Import cRender into your root file:
import cRender from 'creact-visualizer';
  1. Render your root component using the cRender:
import React from 'react';
import App from './App';
import cRender from 'creact-visualizer';

const root = document.getElementById('root');

cRender(
  <React.StrictMode>
    <App />
  </React.StrictMode>,
  root
);

C-React Chrome DevTool

Install C-React DevTool from the Chrome Web Store

  1. Open your React application, or any website

  2. Open Chrome Developer Tools and click on the C-React panel

  3. Watch the tree update dynamically as you navigate through your web page

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.24

12 months ago

1.0.23

12 months ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago