truffle-box / react-box

Truffle, Webpack and React boilerplate.
https://truffle-box.github.io/
MIT License
736 stars 251 forks source link

Hooks added in client #166

Closed optimistic-coder closed 2 years ago

optimistic-coder commented 2 years ago

166

React Hooks Added....!

In app.js made function component and added new method in client like useEffect and useState.

cliffoo commented 2 years ago

Thanks @optimistic-coder. The latest version, on top of other things, has moved on from class to function components, and uses the hooks you mentioned.