An open API service indexing awesome lists of open source software.

https://github.com/prisma-cms/performance


https://github.com/prisma-cms/performance

Last synced: 11 months ago
JSON representation

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.