static-container
react StaticContainer
Last updated 7 years ago by magicismight .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install static-container 
SYNC missed versions from official npm registry.

static-container npm version


A React component wrapper for update performance improvement.

Example

EXAMPLE

Wrap any components inside StaticContainer and set shouldUpdate={false}.

The children inside StaticContainer will not be updated from parent life cycle.

Use it wisely.

import React from 'react';
import StaticContainer from 'status-container';

function SomeComponent() {
  return (
    <StaticContainer shouldUpdate={false}>
      <TheComponentWillNeverUpdated />
    <StaticContainer/>
  )
}

Current Tags

  • 1.7.1                                ...           latest (5 years ago)

11 Versions

  • 1.7.1                                ...           5 years ago
  • 1.7.0                                ...           5 years ago
  • 1.6.0                                ...           5 years ago
  • 1.5.1                                ...           7 years ago
  • 1.5.0                                ...           7 years ago
  • 1.4.0                                ...           7 years ago
  • 1.3.0                                ...           7 years ago
  • 1.2.0                                ...           9 years ago
  • 1.1.0                                ...           9 years ago
  • 1.0.0                                ...           9 years ago
  • 1.0.0-rc1                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 2
Last Month 2
Dependencies (0)
None
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |