Skip to content

iyegoroff/ts-react-memo

Repository files navigation

ts-react-memo

npm build publish Libraries.io dependency status for latest release Bundlephobia npm

React.memo type fix

Getting started

$ npm i ts-react-memo

Overview

import React from 'react'

export const memo: <T>(c: T) => T = React.memo