by wishawa on 3/21/22, 10:41 PM with 1 comments
by wishawa on 3/21/22, 10:47 PM
Normally React hooks are written with functions but with this library you use classes instead. You have access to lifecycle methods such as `hookDidMount` and `hookDidUpdate`.
I hope people find this interesting. Whether or not it is a good design is something for y'all to debate!