Socket
Book a DemoInstallSign in
Socket

react-pure-stateless

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-pure-stateless

HoC to make your React stateless component real pure.

1.0.1
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

react-pure-stateless

HoC to make your React stateless component real pure.

This is a simple general helper to get around stateless components not being strictly speaking pure; Given the same props, it still renders everytime.

See facebook/react#5677

This high order component leverages the react-pure-render module to wrap your stateless component into a class component with pure shouldComponentUpdate behavior.

Installation

Install via npm, note that you will also need to install react-pure-render.

npm install --save react-pure-stateless

Usage

var pureStateless = require('react-pure-stateless')

let MyPureComponent = pureStateless((props) => {
    return (...INSERT JSX HERE...)
})

NB: You should probably think twice before using this for every stateless component =)

License

MIT

Keywords

react

FAQs

Package last updated on 27 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.