This package has been deprecated

Author message:

this package is deprecated

pure-render-function

1.0.0 • Public • Published

Pure Render Function

A tiny module for putting your render function inside a PureRenderComponent.

Usage

var MyNowPureComponent = PureRenderFunction(function () {
  return <div/>;
});

Why

Less boilerplate in my actual project, the nicer. Also because these functions will just get called over and over otherwise.

License

MIT

/pure-render-function/

    Package Sidebar

    Install

    npm i pure-render-function

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • kimagure