0.0.4 • Published 3 years ago

react-fc2nc v0.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
3 years ago

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