react-fc2nc

0.0.4 • Public • Published

React-fc2nc

디버깅 하기 힘들어서 만듬

npx react-fc2nc src/test.tsx

test.tsx

export const Test = Hoc(observer(() => {
  return (
    <div>
      myComponent
    </div>
  )
}))

test.result.tsx

export const Test = Hoc(observer(function Test() {
  return (
    <div>
      myComponent
    </div>
  )
}))

Before deploy

  • npm run test

Package Sidebar

Install

npm i react-fc2nc

Weekly Downloads

7

Version

0.0.4

License

ISC

Unpacked Size

5.68 kB

Total Files

6

Last publish

Collaborators

  • jong-hui