https://github.com/ipluser/react-pure-component-example
An example for the React PureComponent.
https://github.com/ipluser/react-pure-component-example
pure-components purecomponent react redux
Last synced: 3 months ago
JSON representation
An example for the React PureComponent.
- Host: GitHub
- URL: https://github.com/ipluser/react-pure-component-example
- Owner: ipluser
- License: mit
- Created: 2017-04-15T07:35:07.000Z (about 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-04-17T07:10:03.000Z (about 8 years ago)
- Last Synced: 2025-01-14T12:51:34.276Z (5 months ago)
- Topics: pure-components, purecomponent, react, redux
- Language: JavaScript
- Homepage: https://ipluser.github.io/react-pure-component-example/
- Size: 382 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-pure-component-example
An example for the React PureComponent.## Quick Start
```js
$ git clone https://github.com/ipluser/react-pure-component-example.git
$ cd react-pure-component-example
$ npm install
$ npm start
```See an [online example](http://ipluser.github.io/react-pure-component-example/):
