0.0.27 • Published 5 years ago

@reactionaries/hookd v0.0.27

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

@reactionaries/hookd

Hookd is a module converting JSX class components to functional components

To install:

npm i @reactionaries/hookd

To use:

const hookd = require('@reactionaries/hookd');

// returns a functional component as a string
hookd(someClassComponentAsAString)