https://github.com/prisma-cms/performance
https://github.com/prisma-cms/performance
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prisma-cms/performance
- Owner: prisma-cms
- Created: 2019-07-20T03:44:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-20T05:44:12.000Z (almost 7 years ago)
- Last Synced: 2025-03-04T23:12:27.631Z (over 1 year ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# Prisma-CMS Performance
Performance testing component for [@prisma-cms](https://github.com/prisma-cms/boilerplate) and any other React components.
## Install
### yarn
```
yarn add -D @prisma-cms/performance
```
### npm
```
npm i @prisma-cms/performance --save-dev
```
## Usage
Pass any props for updating check
```
import React, { Component } from 'react';
import PrismaCmsPerformanceTester from "@prisma-cms/performance";
export default class Test extends Component {
render(){
return
}
}
```
See the browser console to detect which properties change when the Test component is updated.